When I run this : disable trigger tr_TBL1NAME on Name. It tells me that it doesn't exists or I don't have permissions.
I do have permissions and I see it does exists because I ran " select name from sys.sysobjects where type = tr and name = "tr_TBL1NAME". Why can't I disable it?