Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning newid(()
Message
 
 
To
29/12/2014 14:16:56
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Environment versions
SQL Server:
SQL Server 2012
Application:
Desktop
Miscellaneous
Thread ID:
01612793
Message ID:
01612794
Views:
56
>I am using GUID values for all primary keys in an application. I am also using only stored procedures for all data access including inserts or updates. If I set newid() as the default of a column, then it gets added on insert. The question is how can I select back that row after the insert if I do not know the ID value? I suspect there is a means within a stored procedure insert to do this, but not sure of the function.
>
>If I was using incremented integers, I could use this I think.
>WHERE ([tablePK] = SCOPE_IDENTITY())
>
>What can I use for Guids?
>Thanks

You need to return that new value using OUTPUT clause of the INSERT command.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform