What are the differences between stored procedure and
functions in SQL Server 2000?
Answer Posted / bhupi
SP return a single result-set,
SP works with table variables,
SP uses EXEC stmts
| Is This Answer Correct ? | 28 Yes | 12 No |
Post New Answer View All Answers
Do you know what guidelines should be followed to help minimize deadlocks?
Which is better statement or preparedstatement?
How to create a new login name in ms sql server?
How do you create type- insensitive operator?
Where the sql logs gets stored? : sql server database administration
Why normalization is used?
What is difference between commit and rollback when used in transactions?
How does recursive cte works in sql server?
How to call a function from a stored procedure in SQL Server ?
Explain following error properties?
What is the log shipping?
What do you understand by a view? What does the with check option clause for a view do?
Which sql server table is used to hold the stored procedure script?
What is create command?
What is ms sql server triggers?