Can anyone tell me if there is a way of getting back a full list of all the triggers in a database, and their status (enabled or disabled)?
sp_help and sp_helptrigger don't quite give enough information. I see this is all stored in sysobjects, an dit appears to be the 'status' that identifies if a trigger is enabled or not.
Thanks.