Can you give an example of Stored Procedure?
Answer Posted / guest
sp_helpdb , sp_who2, sp_renamedb are a set of system defined
stored procedures. We can also have user defined stored
procedures which can be called in similar way.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is the order of columns in the set clause important in ms sql server?
What is triggers in ms sql server?
How to search for a string in all stored procedure in sql server?
Explain the difference between HTTP and HTTPS in database?
What are synonyms?
Explain transaction server explicit transaction?
Ways to improve the performance of a SQL Azure Database?
Explain syntax for viewing trigger?
Is sql server difficult to learn?
What is outer join in sql server joins?
Why olap is used?
How fixed length strings are truncated and padded?
What is collation sensitivity?
How column data types are determined in a view?
How to check what was the last restore transaction LSN in Log shipping or Mirroring? when we don't have a Monitor or witness server.