What are the differences between stored procedure and
functions in SQL Server 2000?
Answer Posted / tarun waia
function cant return Result set where
procedure can
| Is This Answer Correct ? | 17 Yes | 45 No |
Post New Answer View All Answers
How can you ensure that the database and sql server based application perform well?
Name the different type of indexes in sql?
Explain tablesample?
What is the difference between TRUNCATE and DROP?
What is a group function explain with an example?
Why use “in” clause in sql server?
how to do partition in sqlserver
Write query to return all rows sql?
How to use order by with union operators in ms sql server?
What is auditing in sql server?
What does truncate do?
How to truncate the log in sql server 2012? : sql server database administration
Which command is used for user defined error messages?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
Can you explain what is indexed view? How to create it?