Simple steps to Stop and Restart the Replication


hi,

        we replicating database 1 server server using transactional replication. due problem every monday morning have detach , attach database replicating other server. while detaching throws error database in replication.

for unchecking database publisher , recreating publisher , subscription process, there simple way or steps stop , restart replication. please let know if there possible solution.

regards,

fazlu

hi fazlu,

 

this issue seems nothing sql server. seems there issue in application. suggest find out why application unresponsive sometimes.

 

meanwhile provide work around: make database offline solve issue. in order make database offline, please execute following script:

use master

go

alter database <database name> set offline rollback immediate

note: operation roll uncompleted operation back.

 

for more information statement, refer link: http://msdn.microsoft.com/en-us/library/bb522682.aspx

 

if unclear, please let me know.


regards,
tom li


SQL Server  >  SQL Server Replication



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........