in

SQL Server Blogs

Voices from the UK SQL Server Community

Browse by Tags

  • Script of DDL triggers

    How do I view the script of the DDL triggers? The answer is not sp_helptext 'DDL trigger' Because DDL triggers are defined at database / server level and not at any table level So they are not stored in a system objects like sys.objects and the usage of sp_helptext , object_name , etc wont work...
    Posted to Madhivanan (Weblog) by Madhivanan on Thu, Dec 11 2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems