Parsing error when building from script folder
![AndyIrving](https://us.v-cdn.net/6029854/uploads/defaultavatar/nZUSABQN8JEE0.jpg)
Parse error when doing a compare from script, on this valid syntax:
It doesn't like the ';', which isn't required as its the first statement in the batch, but ots also not invalid.
CREATE PROCEDURE test AS ;WITH blah (blah) AS ( SELECT 'blah' ) SELECT * FROM blah GO
It doesn't like the ';', which isn't required as its the first statement in the batch, but ots also not invalid.
Comments