Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New ID - what is common practice to return?
Message
 
 
To
01/07/2008 09:49:19
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01326203
Message ID:
01327865
Views:
10
>>Hi everybody,
>>
>>I have a stored procedure that updates information in one table and creates new records in a several tables. I would like to return the newly created ID to the caller.
>>
>>My question is - what is the common practice to return the value - through the Output parameter or through the return value?
>>
>>Also we do have a generic code to call an SP and return a value, but we don't have generic code to return value through the output parameter.
>>
>>What do you think?
>>
>>Thanks in advance.
>
>Output parameters because return value can only be numeric.
>Cetin

Thank you, Cetin.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform