Differnce between Stored procedure and user defined functions?
Answer Posted / suraj
1)sp are pre comiled so while execution time it save time
2)sp returns many values where as function return only one
value
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain ado.net features?
How do you connect to sql server database without using sqlclient?
Which object needs to be closed?
How to store data in memory?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Explain how do you connect to sql server database without using sqlclient?
What is the use of Dataview?
What is difference between entity framework and ado.net?
Which is faster datareader or dataadapter?
What are ado.net objects?
Define isolation?
If we are not returning any records from the database, which method is to be used?
What is command class in ado.net?
What is ado recordset?
Explain what is datagrid with an example?