How many types of Stored Procedures in SQL Server
Answers were Sorted based on User's Feedback
Answer / skmdali786
*User defined Stored Procedures
T-SQL Stored Procedure
CLR Stored Procedure
*System Stored Procedures
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / krupalini
Basically two types they are-:
1.User defined stored procedure
2.System store procedure
Is This Answer Correct ? | 7 Yes | 0 No |
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 |
Answer / rana
There are two type of stored Procedure in Sql Server
DDl
DML
Is This Answer Correct ? | 4 Yes | 13 No |
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How can you provide an alternating color scheme in a Repeater control?
Describe the two main components of the .NET framework ?
Life cycle of ASP.NET page when a request is made ?
What is session in asp.net?
How to store a dataset in a viewstate?
List all templates of the repeater control.
What is the Difference between Web.config and global.asax? Can we write connection String code in global.asax?
Where are session variables stored?
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?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?