What should we do to edit a procedure
Answers
Answered by
2
Answer:
Using SQL Server Management Studio
In Object Explorer, connect to an instance of Database Engine and then expand that instance.
Expand Databases, expand the database in which the procedure belongs, and then expand Programmability.
Expand Stored Procedures, right-click the procedure to modify, and then click Modify.
Similar questions