What are the differences between stored procedure and
functions in SQL Server 2000?
Answer Posted / shrngika
function contains the no. of line which gives a result
according to your input.
while in procedure you can call function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the use of custom fields in report?
What is sql injection and why is it a problem? : sql server security
What are the restrictions that views have to follow?
Does sql server use java?
Explain system functions or built-in functions? What are different types of system functions?
Explain indexed views?
What is nonclustered index on computed columns?
How to get a list of columns using the "sys.columns" view in ms sql server?
how we use window authentication connection with sql server.?
how you can deploy an ssrs report?
What is indexed view?
what are different types of backups available in sql server? : Sql server database administration
What is the difference between row_number and dense_rank?
What is the difference between a check constraint and a rule?
How many full-text indexes can a table have?