alexander-87 / dbdeploy

Automatically exported from code.google.com/p/dbdeploy
0 stars 0 forks source link

Create Procedure must be the first statement in a query batch on MS SQL #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a script that has any arbitrary SQL statement
2. Create a second script that has a CREATE PROCEDURE statement
3. Run DbDeploy

What is the expected output? What do you see instead?
The build fails with the error message:
CREATE/ALTER PROCEDURE must be the first statement in a query batch.

What version of the product are you using? On what operating system?
3.0M2 
Windows.

Please provide any additional information below.

Original issue reported on code.google.com by kevin.st...@gmail.com on 21 Jun 2010 at 12:35