Differnce between Stored procedure and user defined functions?
Answer Posted / lalit raghuvanshi
20 main differences between Stored procedures and Functions
in Sql Server
http://www.webcodeexpert.com/2013/04/difference-between-stored-procedures.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What does ado stand for in ado.net?
How can you add or remove rows from the datatable object of dataset?
What is difference between datatable and dataset?
What is a string variable?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What do you know about ADO.NET's objects and methods?
How do you update a dataset in ado.net and how do you update database through dataset?
What is the significance of CommandBehavior.CloseConnection ?
What is the difference between dataset and datatable?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is ado and dao?
How do you find the count of records in a dataset?
What is ado.net tutorial?
What are the steps you will take to improve performance? Will you use dataset or datareader?