execute

Description

Runs a system procedure or a user-defined stored procedure.

Syntax

[execute] [@return_status = ]
 [[[server.]database.]owner.]procedure_name[;number] 
     [[@parameter_name =] value | 
         [@parameter_name =] @variable [output]
     [,[@parameter_name =] value | 
         [@parameter_name =] @variable [output]...]] 
 [with recompile] 

Usage

See also

“RPC handling and Component Integration Services”

set in this chapter

execute in the Reference Manual