Migration Scripts Disable DDL Triggers
SharonBB
Posts: 1
Is there anyway to stop the migration script from disabling our DDL Triggers? It puts
PRINT N'Disabling DDL triggers'
GO
DISABLE TRIGGER ALL ON DATABASE
GO
at the start of the migration script and then enables them afterwards.
PRINT N'Disabling DDL triggers'
GO
DISABLE TRIGGER ALL ON DATABASE
GO
at the start of the migration script and then enables them afterwards.
Tagged:
Comments
Redgate Software