Is there a CALL keyword in SQL? If so, what does it do? I came across this while going over some ColdFusion code.
Printable View
Is there a CALL keyword in SQL? If so, what does it do? I came across this while going over some ColdFusion code.
Well, with nothing else to go by, I'd say it's a way to call one SP form another. If that's the case, then it ust be a ColdFusion thing.... in SQL Server the equvelent is EXEC.
TG
SP? :confused:
Stored Procedure.Quote:
Originally posted by Darkwraith
SP? :confused:
TG
Thanks :)