Viewing post 1 (of 1 total)
To see if the checkbox was checked:
SELECT name, is_auto_executed FROM sys.procedures WHERE name = 'sp_ssis_startup'
If 'is_auto_executed' is 1 then it was checked at installation.
To change the value of 'is_auto_executed' to...
August 7, 2014 at 6:57 am
#1735946