What are the differences between stored procedure and
functions in SQL Server 2000?
Answer Posted / ugandhar
Stored procedure have the security and reduce the network
traffic.
and also we can call stored procedure in any no.of
applications at a time.
| Is This Answer Correct ? | 46 Yes | 12 No |
Post New Answer View All Answers
What is bit data type? What's the information that can be stored inside a bit column?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
What do you mean by sql server 2005 express management tools?
What is GUID in sql server?
Do comments need to go in a special place in sql server 2005?
Difference between connected and disconnected database in .net with sql server?
When do you think a developer should use sql server-based cursors?
How do you create a clustered index?
Define clusters?
What is the beast way to write CTE in SQL Server ?
How can we determine what objects a user-defined function depends upon?
What is data source view or dsv? : sql server analysis services, ssas
Explain trigger classes i.e. Instead of and after trigger?
What is serializable?
What do you understand by replication in sql server?