Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable triggers on tables published by replication

Status
Not open for further replies.

DLSQL

Programmer
Jul 14, 2003
28
US
SQL 2000 (No SP) on Win 2K Svr Sp2 Implementing Transactional Replication.

Some of my stored procedures are used in a nightly batch process. They disable triggers and then reenable triggers on some tables that I want to publish.

With replication enabled I get the following message from the DTS SQL Task that : Step Error Description:Cannot alter the table 'Company' because it is being published for replication.

Is there a way to disable a trigger on a table that is published for Replication?

DL
MCDBA, MCSD, MCT, etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top