How many types of Stored Procedures in SQL Server

Answers were Sorted based on User's Feedback



How many types of Stored Procedures in SQL Server..

Answer / skmdali786

*User defined Stored Procedures
T-SQL Stored Procedure
CLR Stored Procedure

*System Stored Procedures

Is This Answer Correct ?    10 Yes 1 No

How many types of Stored Procedures in SQL Server..

Answer / krupalini

Basically two types they are-:
1.User defined stored procedure
2.System store procedure

Is This Answer Correct ?    7 Yes 0 No

How many types of Stored Procedures in SQL Server..

Answer / 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

How many types of Stored Procedures in SQL Server..

Answer / rana

There are two type of stored Procedure in Sql Server
DDl
DML

Is This Answer Correct ?    4 Yes 13 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

0 Answers  


How can you provide an alternating color scheme in a Repeater control?

6 Answers   Siebel Systems,


Describe the two main components of the .NET framework ?

2 Answers  


Life cycle of ASP.NET page when a request is made ?

4 Answers   MMTS,


What is session in asp.net?

0 Answers  


How to store a dataset in a viewstate?

3 Answers   IBM,


List all templates of the repeater control.

0 Answers  


What is the Difference between Web.config and global.asax? Can we write connection String code in global.asax?

10 Answers   Microsystems,


Where are session variables stored?

0 Answers  


How to find the client browser type ?

4 Answers   AQA, Cognizant, Satyam,


Can i have both C# and vb.net code in same assembly?how?

5 Answers   Wipro,


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

0 Answers  


Categories