Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)

  • RE: Cannot modify table after having deleted replication

    Try using sp_removedbreplication 'dbname'.

    Mark

  • RE: Table Reports Replication When It''''s Not

    Try using sp_removedbreplication 'dbname'.

    That should fix it.

     

     

     

     

  • RE: Initializing replication

    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...

  • RE: Slow refresh of databases in QA database dropdown

     

    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...

  • RE: Enterprise Manager Hangs

    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...

  • RE: Merge Replication Problem

    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...

  • RE: Merge Replication Problem

    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...

  • RE: Replication out of Sync - Please help

    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

    --

    --...

Viewing 8 posts - 31 through 38 (of 38 total)