Friday, June 15, 2007

Enable and Disable Trigger

In SQL Server 2000 there are some undocumented functions or statements which cannot be seen in Books Online.
Some of them are :

Enable and Disable Trigger
ALTER TABLE tablename ENABLE/DISABLE TRIGGER triggername

No comments: