Run Stored Procedure Dialog Box

See Also      Tasks

Use this dialog box to enter the parameters you need to execute a stored procedure from the Data View window. For more information on running stored procedures, see Running a Stored Procedure.

This dialog box is displayed when you right-click a stored procedure that has parameters in the Data View window, and then choose the Execute command.

Options

Type

Displays the data type for the parameter. This field is read-only.

Direction

Displays whether the parameter receives a value (In) or receives and returns a value (In/Out). This field is read-only.

Name

Displays the name for the parameter. This field is read-only.

Value

Enter a value for the parameter or choose Default. The value must be of the type shown in the Type field.