Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why no return value?
Message
From
08/04/2002 11:06:35
 
 
To
08/04/2002 10:39:10
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00642190
Message ID:
00642215
Views:
11
You're missing the OUTPUT keyword when calling the stored procedure

DECLARE @returnValue int
EXECUTE sp_create_translator_table 451001830, @returnValue OUTPUT

SELECT @returnValue -- to see the result

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

Click here to load this message in the networking platform