this script simply returns list of all triggers and their dependant tables in current database.
Ex:Select * from rk_vAlltriggers
Get a summarized report of all DataBases options
This SELECT will give you a summarized report for the options selected for ALL the databases on your SQL Server. It's compatible with versions 7 and 2000.
2002-07-11
648 reads