两数据库同步--------急!!!!!!!!
--添加发布的表 eee202是新发布的表,也就是新表
exec sp_addarticle @publication = N'lujingnew', @article = N'eee202', @source_owner = N'dbo', @source_object = N'eee202', @destination_table = N'eee202', @type = N'logbased', @creation_script = null, @description = null, @pre_creation_cmd = N'drop', @schema_option = 0x00000000000000F3, @status = 16, @vertical_partition = N'false', @ins_cmd = N'CALL sp_MSins_eee202', @del_cmd = N'CALL sp_MSdel_eee202', @upd_cmd = N'MCALL sp_MSupd_eee202', @filter = null, @sync_object = null, @auto_identity_range = N'false'
GO
--强制订阅
exec sp_addsubscription @publication=N'server',--出版物名称
@article=N'all',--项目名称
@subscriber=N'订阅服务器',--订阅的服务器
@destination_db=N'server',--用来存放复制数据的目的数据库名
@sync_type=N'none',--同步类型 none是订阅服务器已经有初始化架构了。
@update_mode=N'read only',--更新类型 read only 是 订阅服务器的更改不会影响发布服务器的内容
@offloadagent=0,--
@dts_package_location=N'distributor'
http://topic.csdn.net/u/20080416/14/19546216-cb3e-4963-ac4f-ae5ed8a32434.html
他们设置了哪些标签:
两数据库同步 两台服务器同步
谁收藏了这个网址:
时间:2008-4-17 16:14:55 | 相关网摘
--添加发布的表 eee202是新发布的表,也就是新表
exec sp_addarticle @publication = N'lujingnew', @article = N'eee202', @source_owner = N'dbo', @source_object = N'eee202', @destination_table = N'eee202', @type = N'logbased', @creation_script = null, @description = null, @pre_creation_cmd = N'drop', @schema_option = 0x00000000000000F3, @status = 16, @vertical_partition = N'false', @ins_cmd = N'CALL sp_MSins_eee202', @del_cmd = N'CALL sp_MSdel_eee202', @upd_cmd = N'MCALL sp_MSupd_eee202', @filter = null, @sync_object = null, @auto_identity_range = N'false'
GO
--强制订阅
exec sp_addsubscription @publication=N'server',--出版物名称
@article=N'all',--项目名称
@subscriber=N'订阅服务器',--订阅的服务器
@destination_db=N'server',--用来存放复制数据的目的数据库名
@sync_type=N'none',--同步类型 none是订阅服务器已经有初始化架构了。
@update_mode=N'read only',--更新类型 read only 是 订阅服务器的更改不会影响发布服务器的内容
@offloadagent=0,--
@dts_package_location=N'distributor'
时间:2008-4-17 16:25:49 | 相关网摘
时间:2008-4-17 17:21:53 | 相关网摘
时间:2008-4-19 10:25:17 | 相关网摘
时间:2008-4-19 20:49:41 | 相关网摘
络库选择"tcp/ip"--服务器别名输入
时间:2008-4-20 14:22:51 | 相关网摘
订阅
时间:2008-4-20 22:09:45 | 相关网摘
数据库同步问题
时间:2008-4-21 8:43:13 | 相关网摘
时间:2008-4-21 10:35:36 | 相关网摘
时间:2008-4-21 11:15:25 | 相关网摘
时间:2008-8-6 13:42:41 | 相关网摘