Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Replication

Author  Topic 

nguyenl
Posting Yak Master

128 Posts

Posted - 2009-03-19 : 18:23:02
Hi,

I have SQl 2005, I would like to setup replication so that database A and B are being synced in realtime. However, I read that during the "replication" process it locks the tables. So am I able to only run replication during after hours?

Thanks

patecatl
Starting Member

1 Post

Posted - 2009-03-19 : 20:35:46
Check this article. You are safe with SQL Server 2005.

http://www.mssqltips.com/tip.asp?tip=1270

I hope this helps
Go to Top of Page
   

- Advertisement -