When I edit a stored proc, I get the error
Incorrect syntax near the keyword 'PROCEDURE'.
Error Code: 1007 Source: SqlEntManager
This is happening even when I make no changes to existing and working procedures. This happens with 1.3 - c#
By the way, excellent start. I may get the source and see if I can lend a hand.
Are you using CREATE PROCEDURE with an already existing SPROC?
Log in to post a comment.
When I edit a stored proc, I get the error
Incorrect syntax near the keyword 'PROCEDURE'.
Error Code: 1007 Source: SqlEntManager
This is happening even when I make no changes to existing and working procedures. This happens with 1.3 - c#
By the way, excellent start. I may get the source and see if I can lend a hand.
Are you using CREATE PROCEDURE with an already existing SPROC?