Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql server Stored Procedure Help
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00589800
Message ID:
00589822
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform