SQL03070: This statement is not recognized in this context
- by prash
Recently I have started working with VS2010 and Fx4. There have been various challenges. We also introduced a new Database Project in our solution. And found this error.
The reason for this error is: the project system expects the stored procedure as a create statement only. The additional statements to drop if existing are not necessary within the project system. Project deployment takes care of detecting if the sproc already exists and if it needs to be updated.
To resolve this error you can simply remove the additional statements other then your create SP, Function etc.
OR
Exclude the file from build. Right Click on your file in Solution Explorer, Click Properties > Build Action > Not in Build