January 12, 2012 at 8:10 am
Does anyone know how to generate scripts through the wizard for all the DML Triggers in the database ?
looks like the only option they have is for DDL Triggers.
January 12, 2012 at 8:55 am
Dont think this is possible. I think you'll have to query the schema and use SMO and powershell to generate them!
January 12, 2012 at 8:56 am
it might be easier to simply do it via TSQL:
select definition from sys.triggers
Lowell
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply