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
What is ddl and dml commands?
What happens if null values are involved in datetime operations?
what is a traditional network library for sql servers? : Sql server database administration
what's the difference between delete table and truncate table commands? : Sql server database administration
Explain the types of indexes.
What are the types of database recovery models?
What is the difference between delete and truncate statements?
Describe how to use linked server?
What are policy management terms?
Do you know what are the restrictions that views have to follow?
What is data modification?
What is difference between materialized view and view?
Can you index views?
What is a not null constraint?
What does it mean to be in union?