adspace
How to modify an existing stored procedure in ms sql server?
Answer Posted / Ravi Sanskrityayan
"To modify an existing stored procedure in MS SQL Server, you can use the ALTER PROCEDURE command. Here's an example:nnALTER PROCEDURE <procedure_name> AS...;..."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I start sql server 2017?
Can we do dml on views?
What kind of problems occurs if we do not implement proper locking strategy?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
Why use identity in sql server?
What is self contained sub query?
What is standby servers? Explain types of standby servers.
What is the difference between upgrade and migration in sql server?
What are the properties of the transaction?
How can we solve concurrency problems?
What is a scheduled job or what is a scheduled task?
How to convert character strings into numeric values?
How can I check that whether automatic statistic update is enabled or not?
Can one drop a column from a table?
What is a view in sql?