How many types of Stored Procedures in SQL Server
Answer Posted / ganesh bisht
There are three types of stored procedure in sql server
1.user-defined Procedures
(a)Transact-SQL stored procedure
(b)CLR Stored Procedure.
2.System Stored Procedures
3.Extended Stored Procedures
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a viewstate?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What is the difference between a cookie and a pixel?
What are session cookies?
Define the term Web Garden?
What is difference between cache and session?
What is the difference between pathparam and queryparam?
What is Pre-Render event in ASP.NET?
Less than one page, how many windows will you be able to maintain?
What is the difference between session.abandon() vs clear()?
Can I read the hard disk serial # of the client computer using asp.net?
How does asp.net page work?
What is the advantage of using Windows authentication in a Web application?
Is data edited in the Repeater control?
What is viewstategenerator?