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
Detail about query optimizer?
What is ssl in sql server?
What is raid and what are different types of raid levels?
Where can you add custom error messages to sql server?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
What is an index in a database?
What is etl - extraction, transformation, and loading?
1 01 101 01010
How can I create a new template for import ? : sql server management studio
What is the use of for clause?
Explain following error properties?
Is it possible in sql table to have more than one foreign key?
Explain how does the report manager work in ssrs?
What is difference between group by and having?
What is merge join?