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
How to connect of datebase with sql express.?
How can I create a report based on a query? : sql server management studio
What are the advantages of user-defined functions over stored procedures in sql server?
How to turn off warning messages during php execution?
How to create nested stored procedure?
Explain about protocol layer present in SQL server?
Explain the different index configurations a table can have?
Explain different types of Normalization.
Can we do dml on views?
What are the different types of lock modes in sql server 2000?
List the types of recovery model available in sql server?
How you can get a list of all the table constraints in a database? : Sql server administration
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
Explain multiserver query
What specific conditions database should meet, before you can bulk copy data into it using bcp?