What is difference between stored procedure and function?
Answer Posted / g.ashok
Stored Procedure need not to return a value.
Function should return a value.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
How to find the login name linked to a given user name?
What are sql servers used for?
What is the difference between a local and a global temporary table?
What is the cpu pressure?
What is a db view?
What are distributed partitioned views?
What is the difference between a primary key and a unique key? Are they the same?
Can we use where and having clause together?
What are trace flags and mention a few common trace flags used with sql server?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
List types of tables in SQL Azure?
Define Joins?
What is create statement?
What does nvl stand for?