all groups > sql server replication > november 2003 >
You're in the

sql server replication

group:

Removing replication triggers


Removing replication triggers Tim
11/26/2003 4:41:15 PM
sql server replication:
Hi,

I am wondering if there is a proc out there that would
remove all the replication triggers from the tables? I am
using SQL Server 2000.

Thanks,
Removing replication triggers anonymous NO[at]SPAM discussions.microsoft.com
11/27/2003 5:13:27 AM
Use Stored Procedures...

Remove replication for a wholw database:
sp_removedbreplication 'databasename'

UnMark a single table as being replicated
sp_msunmarkreplinfo 'tablename'


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