What are the differences between stored procedure and
functions in SQL Server 2000?
Answer Posted / bhupi
SP return a single result-set,
SP works with table variables,
SP uses EXEC stmts
| Is This Answer Correct ? | 28 Yes | 12 No |
Post New Answer View All Answers
How to copy data from one table to another table?
What happens if an integer is too big for int date type?
Explain different types of locks in sql server.
How to find Duplicate Records In table?
Is sql server free?
What is 2nf example?
A trigger can reference objects outside the current database? State true or false.
What is the significance of null value and why should we avoid permitting null values?
Why are you getting errors when creating a new odbc dsn?
where can you add custom error messages to sql server? : Sql server administration
What is a join in sql? What are the types of joins?
How do I know if localdb is running?
Introduction of rollup clause using sum and group by clause?
What is the use of partition by in sql server?
What is sql injection and why is it a problem? : sql server security