79750361

Date: 2025-08-29 13:52:13
Score: 1
Natty:
Report link

To call a stored procedure first create a Procedure which is like this:

Create Procedure CallStoredProcedure(parameters)
Language Database
External Name "Your_Stored_Procedure_Name"

Then just call this procedure with the required parameter

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Getnet