Which data type can be used only on OUTPUT parameters of the
stored proceduer?

Answer Posted / madhusudan singh kushwah

Stored procedure return data In 4 ways. which are as follow:

1)output Prameter:-which can return either data(such As
integer or char value) or a cursor variable(cursors are
result sets that can be retreived 1 row at a time).

2)return Codes:-Which are always an Integer Value.

3)A result set for each statement contain in Stored
procedure or any other Stored procedures called by the
Stored Procedure.

4)A global cursor that can refrenced outside the procedure.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens on checkpoint?

606


How can we call UDF(User Define Function) using C# code in ASP.net ?

5920


How do you delete a data source?

535


Do you know sql server 2008 introduces automatic auditing?

508


Tell me extended events in sql server 2008?

548






Can an automatic recovery be initiated by a user?

549


What are different types of join?

754


How to defragment table indexes?

544


Explain what is the function of sql server agent windows service?

538


How many types of attribute relationships are there? : sql server analysis services, ssas

575


Do you know data definition language, data control language and data manipulation language?

618


You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?

636


What is the use of commit?

534


How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?

590


Explain what is lock escalation?

565