Viewing 8 posts - 31 through 38 (of 38 total)
Try using sp_removedbreplication 'dbname'.
Mark
October 24, 2005 at 4:55 pm
Try using sp_removedbreplication 'dbname'.
That should fix it.
October 18, 2005 at 4:48 pm
If you mean just the REPL-Merge job has disappeared but the Publisher, Distributor and Subscriber DBs are all in place as it was, then you should be able to just...
October 14, 2005 at 5:00 pm
Check the "Auto Close" property on your databases. If auto close is enabled it will have to reopen every database everytime browse the databases (use use the database droplist...
August 1, 2005 at 2:00 pm
Check the "Auto Close" property on your databases. If auto close is enabled it will have to reopen every database everytime browse the databases (use use the database droplist in...
July 26, 2005 at 10:32 am
FYI - I found the problem.
Our database uses INSTEAD OF triggers to handle audit logging on all of the tables.
What we found was that someone had disabled the "Allow...
July 18, 2005 at 9:10 am
I still have not resolved this problem.
This morning we received a call from a second customer experiencing the same problem. The good news is it happened at a second site so...
July 13, 2005 at 1:55 pm
Hi Terry,
Here is a script that compares the data and structure in two databases. You could tweak this to compare just the tables you are interested in.
Good Luck.
Mark
--------------------------------------------------------------------------------------------
-- sp_CompareDB
--
--...
June 27, 2005 at 2:12 pm
Viewing 8 posts - 31 through 38 (of 38 total)