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

sql server replication

group:

Transaction Log restores not completing


Transaction Log restores not completing Sheldon W.
4/20/2005 7:19:05 AM
sql server replication:
I am running a set of scripts to peform log shipping using a linked servers
to send a RPC to the standby server sending the log file and path as a
parameter for a restore command to be on on the stanby server.

For the most part this process runs flawlessly, but when I do have problems
it is usually when the log restore never seems to complete and leaves the
database in a loading state, so when the following log restore is executed,
it fails due to the state of the database as well as being out of sync. Does
anyone have any idea what would cause relatively small log file restores to
Re: Transaction Log restores not completing Hilary Cotter
4/20/2005 11:25:39 AM
are you restoring over the network? So if your backup or transaction log
stored locally on the source server?

I have experieinced problems where the restore is aborted and gets caught in
a rollback which I am unable to complete or kill.

Check using sp_who2 to see if the job is marked rollback

--
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: Transaction Log restores not completing Sheldon W.
4/21/2005 7:21:04 AM
Yes, it is a restore over the network on a separate F&P server that both the
primary and secondary have access to the share. According to the logs all
the processes look normal, just occasionally the restore either fails and
does not rollback or the restore completes and does not return the database
in read-only mode.

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