types of Store procedure in Sqlserver2000?
Answers were Sorted based on User's Feedback
Answer / prabhakar
system stored procedures,
user defined stored procedures
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / vishesh tomar
There are three types of Stored Procedure in sql server
1. User Defined
2. System Defined
2. Temprary Stored Procedure
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / javed khan
There are different types of store procedure in sql server
2000 some of these store procedure are as folm.
1. user defined store procedure
2. Systems Store Procedure
3. Extended Store Procedure
Is This Answer Correct ? | 2 Yes | 0 No |
How do we invoke queries from the application ?
how to add a selected row of a gridview to another gridview without reloading the page??
What is difference between datatable and dataset?
What is ado full form?
What is @@rowcount and with small code snippet explain the usage?
What is a string variable?
What are the two fundamental objects in ADO.NET?
What is oledb connection?
What is ole2 format?
What are the Features and disadvantages of dataset
Explain the role of data provider in ado.net?
How can we add/remove row's in "datatable" object of "dataset"?