I am using VS2012, created localDB for c# application.
when i create store procedure, it succesfully created but when i try to use ALTER command it throws error
70001 : This statement is not recognized in this context
Are you modifying the Stored Procedure then you need to write like this
ALTER PROCEDURE SpName
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.