October 22, 2024
Chicago 12, Melborne City, USA
SQL

How Stored Procedures in SQL Called?


I now how to create the procedure but do not know how to call the procedure

this is what I have done. Created the procedure :

CREATE PROCEDURE SelectAllCustomers
AS
SELECT * FROM Customers
GO;

I have created it but next thing how to call the procedure, directly in the SQL console?



You need to sign in to view this answers

Leave feedback about this

  • Quality
  • Price
  • Service

PROS

+
Add Field

CONS

+
Add Field
Choose Image
Choose Video