So I was given a database and im trying to solve a trigger bug (it's pretty small change) however I've looked at every function/trigger so I did a:
select * from sys.triggers where name = 'NAME'
and it returned this:
NAME 1181247263 1 OBJECT_OR_COLUMN 2053582354 TR SQL_TRIGGER 2012-11-13 09:41:13.707 2013-03-19 14:08:22.583 0 0 0 0
What exactly does this mean? is there literally a folder/function called OBJECT_OR_COLUMN
because I can't see it? Im doing this in SQL Server management studio btw.