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 the server of asp.net?
Describe session handling in a webfarm, how does it work and what are the limits?
What is web router?
What is the request flow used for asp.net mvc framework? : asp.net mvc
How will you maintain versioning in asp.net 2.0?
What are the steps involved to fill a dataset?
Which namespace is used by ado.net?
How do you hide the columns?
What are asp.net web forms?
How is it possible for .NET to support many languages?
What is Web API Routing?
Is it possible to create web application with both webforms and mvc?
What is the difference between a multi-layer and multi-tier applications?
Define msil.
what is command line compiler.what are the steps and how it is related to debugging.