I'm trying to add an SQL stored procedure to our PVCS directory, and I'm seeing a weird error pop up. First, I get a dialog box containing ÿþC
. When I click OK on this dialog box, I'm told that -
An error has ocurred: The stored procedure code does not use the CREATE method. Please check your syntax.
Despite the fact that my procedure code DOES use the CREATE
method. I have also debugged my create procedure statement in the SQL Server Management Studio.
What is going on?