SQL EXEC Keyword
EXEC
The EXEC
command is used to execute a stored procedure.
The following SQL executes a stored procedure named "SelectAllCustomers":
Example
EXEC SelectAllCustomers;
The EXEC
command is used to execute a stored procedure.
The following SQL executes a stored procedure named "SelectAllCustomers":
EXEC SelectAllCustomers;
If you want to report an error, or if you want to make a suggestion, do not hesitate to send us an e-mail:
support@w3schools.com
Your message has been sent to W3Schools.