Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql server Stored Procedure Help
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00589800
Message ID:
00589822
Views:
14
Your passing the parameters in the wrong order:

CREATE PROCEDURE sp_DisplaySchedule
@ttStartTime datetime,
@ttEndTime datetime,
@tiDeptID int

>lnResult=SQLEXEC(gnConnHandle,"exec sp_DisplaySchedule ?gnViewDept,?gdLoadF,?gdLoadT")

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform