EXECUTE statement [T-SQL]

Syntax 1 invokes a procedure, as an Adaptive Server Enterprise-compatible alternative to the CALL statement. Syntax 2 executes a prepared SQL statement in Transact-SQL.

 Syntax 1
 Syntax 2
 Remarks
 Permissions
 Side effects
 See also
 Standards and compatibility
 Example