all groups > sql server replication > november 2005 >
You're in the

sql server replication

group:

restarting sql server with transactional replication


restarting sql server with transactional replication Sammy
11/29/2005 6:57:10 AM
sql server replication:
Hi I have transactional replication on my server. If I need to restart the
Agent or Sql Server is there anything I should be aware of or is there a set
way to restart sql server or the agent. If I restart Sql Server while a
transaction is going on will there be any corruption or will Sql Server just
restart know where it was left in the Tranaction and continue without any
problems.




Thanks for any answers

Re: restarting sql server with transactional replication Hilary Cotter
11/29/2005 12:15:20 PM
Replication will pick up where it left off. Uncommitted transactions will be
rolled back, committed ones in the tlog will be applied if they are not
already committed to the database files.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

[quoted text, click to view]

Re: restarting sql server with transactional replication Sammy
11/30/2005 1:09:05 AM
Thanks Hilary

Sammy

[quoted text, click to view]
AddThis Social Bookmark Button