October 2002
Beginner
864 pages
18h 41m
English
execute [@return_status = ] procedure_name [[@parameter_name =] value | [@parameter_name =] @variable [output]...]]
The EXECUTE command runs a stored procedure and its associated SQL statements. Parameters can be passed to the stored procedure, and data can be returned in these parameters if the OUTPUT keyword is used.
Read now
Unlock full access