SQL Compare 8.50.25.11 and Error "If statement in file"
finchax
Posts: 2
Just upgraded from 8.1 to 8.5 and now I am receiving the error: "If statement in file"
Is this expected, do I have to use ignoreparseerrors to get around this? What then if there are other errors encountered with this flag turned on?
The content is a standard drop/create script similar to
if exists (select 1 from sys.objects where object_id = OBJECT_ID(N'[FK_Table]') AND parent_object_id = OBJECT_ID('Table'))
alter table Table drop constraint FK_Table
Is this expected, do I have to use ignoreparseerrors to get around this? What then if there are other errors encountered with this flag turned on?
The content is a standard drop/create script similar to
if exists (select 1 from sys.objects where object_id = OBJECT_ID(N'[FK_Table]') AND parent_object_id = OBJECT_ID('Table'))
alter table Table drop constraint FK_Table
Comments
Redgate Software