Unknown Error

  • I am getting the following error: Server: Msg 3721, Level 16, State 1, Line 14 with no other information with the following T-SQL.

    alter table MyTable disable trigger MyTableTrigger

    This error message is not in the sysmessages table and googling it returns no results!

    Has anyone come across this before?

  • Well it seemed that it was a naming problem...

    alter table dbo.MyTable enable trigger MyTableTrigger

    works

  • How bizarre. I too tried Googling on it (specifically on "Server: Msg 3721" including the quotes) and got one result. Seems like this guy had the same problem, but it's of little use unless you know and speak whatever language that is!

  • I got the same error message this morning.  In desperation I finally examined the table on which the trigger exists (which I disabled and enabled using the alter table statement). 

    Sad to say, someone deleted the trigger from the table without telling me.  Could that be one of the sources of the error?

    Thanks.

  • I just found this on the MSDN forums:

    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=249401&SiteID=1

    It's 2005 but there may be something useful for you

  • Absolutely, if the trigger is not there you will get the error

     


    * Noel

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply