What is difference between stored procedure & function?
Answer Posted / shreenath27@yahoo.co.in
function will return value but procedure will not return any
value
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What stored procedure would you use to view lock information?
What is isolation levels?
What are the properties of the transactions?
what authentication modes does sql server support? : Sql server database administration
Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?
what is a self join? : Sql server database administration
Give an example of why you would want to denormalize a database
What are the different types of Indexes available in SQL Server?
What is the name of the Database which IBM mainframe uses?
What is the purpose of sql profiler in sql server? : sql server database administration
Can primary key be null?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What is the definition for sql server 2000?
Explain a checkpoint?
How do I connect to sql server database?