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
How to create multi language website in asp.net mvc? : Asp.Net MVC
What are url fragments?
Explain the differences between clr & cts?
Define cookie.
Explain about solution explorer window?
What is state management techniques in asp.net?
Why is global asax is used?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
How would you get asp.net running in apache web servers? Explain it's limitations.
What is the use of global.asax file?
What describes a query?
List the asp.net validation controls?
What is redirecting behavior?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Which is faster viewdata or viewbag?