Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returning newid(()
Message
De
29/12/2014 14:16:56
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Returning newid(()
Versions des environnements
SQL Server:
SQL Server 2012
Application:
Desktop
Divers
Thread ID:
01612793
Message ID:
01612793
Vues:
65
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
Timothy Bryan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform