Differnce between Stored procedure and user defined functions?
Answer Posted / ashok
Main difference between sp and function is we cannot use
store procedure in select statement where as we can use
function in select statement.
| Is This Answer Correct ? | 32 Yes | 4 No |
Post New Answer View All Answers
What is microsoft ole db provider for sql server?
What are the uses of Stored Procedure?
What is a column variable?
Describe briefly an ADO.NET Dataset ?
What are the pre-requisites for connection pooling?
What is a string variable?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is the full form of ado?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is a dataview?
How do you implement locking concept for dataset?
What is the difference between oledb sql server and oledbdotnet provider?
What are all the classes that are available in System.Data Namespace?
What is difference between executenonquery and executequery?
Compare Data Reader & Dataset in ado.net?