• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

怎样手工删除数据库里的Merge Replication信息

发布: 2007-7-02 11:08 | 作者: admin | 来源: | 查看: 20次 | 进入软件测试论坛讨论

领测软件测试网
1. The best way is to run sp_removedbreplication.

2. After you run sp_removedbreplication, you may run the following
script in your restored database. This script will generate the drop
commands for replication related system tables, views, stored procedures
and triggers. You may check the generated output first to make sure it
does not drop your own user object, and then run the output to drop
these information.


set nocount on
Select @#drop table @# + name from sysobjects
where name like @#%conflict%@# and type=@#u@#

Select @#drop table @# + name from sysobjects
where name like @#MSMerge%@# and type=@#u@#

Select @#drop trigger @# + name from sysobjects
where type = @#tr@# and status < 0 and category = 2

Select @#drop proc @# + name from sysobjects
where name like @#sp_%@# and type =@#p@# and category = 2

Select @#drop proc @# + name from sysobjects
where name like @#sel_%@# and type =@#p@# and category = 2

Select @#drop view @# + name from sysobjects
where name like @#tsvw%@# and type =@#v@# and category = 2
Select @#drop view @# + name from sysobjects
where name like @#ctsv%@# and type =@#v@# and category = 2


3. (optional step) you may use the steps in the following article to
make sure your user objects are no longer marked as being used in
replication (by change the replinfo column of the sysobjects to 0. This
steps is only needed if the replinfo column is not 0):

http://support.microsoft.com?id=326352

4. (optional step) check the steps in the following article to make sure
no columns are being marked as replicated:

http://support.microsoft.com?id=811899

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网