SQL Server query to get the list of triggers

Amatya
Posted by Amatya under Sql Server category on | Points: 40 | Views : 1582
SQL Server query to get the list of triggers

Select * from sys.objects where type='tr'


Thanks
Amatya

Comments or Responses

Login to post response