Hi,

SQL MultiScript seems to have a problem when a script has a GO statement with a number following it
eg:
SELECT GETDATE()
GO 15

I think SQL Prompt has problems too ...

Regards

Jonathan
fatherjack2
0

Comments

1 comment

  • dlkj
    Hi Father Jack,

    the batch separator (which is configured by default to be GO) and its relating syntax are not features of SQL Server. They are entirely part of SQL Server Management Studio.

    As such, we decided support batch separators, but we have chosen not to support the <batch separator> nnn syntax.

    This is already listed in our bug track system as issue SE-395

    Cheers,
    --
    Daniel
    dlkj
    0

Add comment

Please sign in to leave a comment.