Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Parameters To SQL Server
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01379682
Message ID:
01379685
Views:
22
>I have a stored procedure with 10 params. How do I call it if I only need to pass the 8th and 9th parameters? Do I have to include placeholders for the first 7 in the EXEC statement?

Pass parameters by name
EXEC mysp @param8='whattever', @param9=87
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform