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 union and join?

0 Answers  


can i use two web.config files of ConnectionString in One Default.aspx page

6 Answers   Satyam, Verinon Technology Solutions, Wipro,


What is difference between cookies and cache?

0 Answers  


what is diffrent between asp & asp.net

2 Answers  


Why is this service branded with windows livetm?

0 Answers  






How many web.config files can I have in an application?

0 Answers  


Explain how server control validation controls works?

2 Answers   CMS, Syntax Softtech,


In C#.net application is run on linux michine

4 Answers  


after which page life cycle event all properties of control will be "fully loaded "

10 Answers   FactorH,


Describe the difference between inline and code behind.

5 Answers   Siebel Systems,


Explain login controls.

0 Answers  


How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  


Categories