Differnce between Stored procedure and user defined functions?
Answer Posted / gowdhami
In UDF if any error comes it will stop the execution
but in SP it will skip the step move to next line
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is dataset object? Explain the various objects in dataset.
What is isolation?
What does ado stand for in ado.net?
What is the difference between a datareader and a dataset?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
How is it possible to get 2 tables of data at a time by using data reader?
What is a sqldataadapter?
How can we save all data from dataset?
What is read only and forward only in ado.net?
Why do we need ado.net?
What is executequery?
What is disconnected data?
Explain what are the steps to connect to a database?
What is ambient transaction?
Explain how to call the sql commands asynchronously in ado.net version 2.0?