Hi all:
Is there a way to tell how many parameters are needed to pass into a Stored Procedure?
[code>>Sample]
CREATE PROC RR_Rescodes
(
@StartDate DATETIME,
@EndDate DATETIME
)
AS ...
[/code]
It's obvious that I need 2 here, but what if I couldn't see the SP itself?
Thanks,
Ron Repp
If gray hair is a sign of wisdom, then I'm a genius.
My newest novel: Wooden Warriors
Is there a way to tell how many parameters are needed to pass into a Stored Procedure?
[code>>Sample]
CREATE PROC RR_Rescodes
(
@StartDate DATETIME,
@EndDate DATETIME
)
AS ...
[/code]
It's obvious that I need 2 here, but what if I couldn't see the SP itself?
Thanks,
Ron Repp
If gray hair is a sign of wisdom, then I'm a genius.
My newest novel: Wooden Warriors