How can we help you today? How can we help you today?

Alter trigger script does not include schema

Generated script does not include the schema in ALTER statement causing the script to fail. However, the schema is included in the preceding PRINT statement (see below)

PRINT N'Altering trigger [Sales].[tr_kr_audit_Affiliate_Del] on [Sales].[Affiliate]'
GO
ALTER TRIGGER [tr_kr_audit_Affiliate_Del] ON [Sales].[Affiliate] FOR DELETE AS
BEGIN
ghanks
0

Comments

1 comment

Add comment

Please sign in to leave a comment.