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

SQL Compare 8.50.25.11 and Error "If statement in file"

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
finchax
0

Comments

2 comments

  • James B
    I've just mailed you directly to check through a few things relating to this.
    James B
    0
  • vesredgate
    Can I get a solution for this one also?
    vesredgate
    0

Add comment

Please sign in to leave a comment.