Viewing 7 posts - 1 through 7 (of 7 total)
I ended up using OpenRowSet for sp_replmonitorhelpsubscription.
For the other repl cmd sp I ended up reengineering the proc pulling out just the pieces of code that I needed.
Thanks,
Nick
May 4, 2011 at 1:17 pm
Any solution to this problem. We're trying to do the same thing?
Nick
May 3, 2011 at 5:07 pm
So I found one more thread that says to turn on replication for that db, run sp_repldone, and then turn it back off as follows:
EXEC sp_dboption 'MDS', 'Published', 'true';
EXEC sp_repldone...
March 5, 2010 at 3:12 pm
Ok, that LSN turns out to be 98 out of 871 returned from DBCC LOGINFO. It has a status of 2.
Regarding DBCC LOGINFO results the first two have a status...
March 5, 2010 at 2:42 pm
Actually, there is some infor that comes back from DBCC OPENTRAN:
Transaction information for database 'MDS'.
Replicated Transaction Information:
Oldest distributed LSN ...
March 5, 2010 at 2:38 pm
What is DBCC OPENTRAN shows that there are no open transactions?
DBCC LOGINFO shows 871 records in my case. The first 864 all have a status of 2.
My log file...
March 5, 2010 at 2:27 pm
You hit it on the head. Show me a company that values there IT employees and I'll go work for them. Until then, I'm sticking it out as a consultant....
August 22, 2006 at 12:55 pm
Viewing 7 posts - 1 through 7 (of 7 total)