What are the differences between stored procedure and
functions in SQL Server 2000?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / chandu
17) Difference between stored procedure and functions?
Stored Procedures
I) Stored procedure takes input and output parameters.
II) Stored procedure contain all DML operations with
permanent table
III) Return statement can return single numeric value.
Functions:
I) functions takes only input parameters
II) function contains only select statement to perform
operation with permanent table
III) It returns single value or set of rows.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / chauhan rakesh botad
1>Procedure can return zero or n values whereas function can
return one value which is mandatory.
2>Procedures can have input,output parameters for it whereas
functions can have only input parameters.
3>Procedure allow select as well as DML statement in it
whereas function allow only select statement in it.
4>Functions can be called from procedure whereas procedures
cannot be called from function.
5>Exception can be handled by try-catch block in a procedure
whereas try-catch block cannot be used in a function.
6>We can go for transaction management in procedure whereas
we can't go in function.
7>Procedures can not be utilized in a select statement
whereas function can be embedded in a select statement.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / tarun waia
function cant return Result set where
procedure can
| Is This Answer Correct ? | 17 Yes | 45 No |
Answer / lrk
The Text property exposes the Transact-SQL or other script
that defines the referenced Microsoft? SQL Server? 2000
database object.
The FunctionName property specifies the function name to
call in the Microsoft? ActiveX? script associated with a
script task or step.
| Is This Answer Correct ? | 38 Yes | 73 No |
How can we rewrite sub-queries into simple select statements or with joins?
Explain syntax for disabling triggers?
in my server i have 3 instances,one of them got failed, and this cause we r not able to connect to server, how to know which instance was dameged?
What is the synonym of join?
What is catalog views?
What does executeupdate return?
What is use of except clause? How it differs from not in clause?
Explain about protocol layer present in SQL server?
How do we get month name in SQL Server 2000, Oracle, MS Access?
What is table valued function and scalar valued functions?
What are the different ways of moving data/databases between servers and databases in SQL Server?
When would you use the stored procedures or functions?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)