Differnce between Stored procedure and user defined functions?
Answer Posted / ramesh
stored procedure we may use return statement.. but in user
defined function we should use return statement
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What is the executescalar method?
Which method is used by command class to execute SQL statements that return single value?
How to add an aggregate column?
What is the default Timeout for SqlCommand.CommandTimeout property?
What are the benefits of ADO.NET?
What is the difference between SqlCommand and SqlCommandBuilder?
Explain the different row versions available in table?
What is ambient transaction?
Why is ADO.NET serialization slower than ADO ?
How can we add/remove row's in "datatable" object of "dataset"?
Difference between sqlcommand and sqlcommandbuilder?
How can we check that some changes have been made to dataset since it was loaded?
What is the use of connection object in ado.net?
What is openrowset?
If a table contains 20000 records. In a page at each time 100 records to be displayed.