Retrieving the GUID value of an inserted row

By Bill Graziano on 3 June 2002 | Tags: Data Types


Narayana Vyas Kondreddi submitted "This is yet another FAQ from Microsoft public SQL Server newsgroups. Lot of SQL Server developers are used to using @@IDENTITY to retrieve the value of the IDENTITY column immediately after inserting a row. We are missing that functionality when it comes to inserting rows with GUIDs as keys. Unfortunately, there's no equivalent to @@IDENTITY, when it comes to GUIDs. Here are three ideas to help you retrieve the GUID value immediately after inserting a row."

Link: Retrieving the GUID value of an inserted row


Related Articles

Using the TIME data type in SQL Server 2008 (6 March 2008)

Using the DATE data type in SQL Server 2008 (6 December 2007)

Working with Time Spans and Durations in SQL Server (15 October 2007)

DATEDIFF Function Demystified (20 March 2007)

The Cost of GUIDs as Primary Keys (8 January 2005)

Search and Replace in a TEXT column (18 January 2004)

INF: Frequently Asked Questions - SQL Server 2000 - Table Variables (7 December 2003)

How to search for date and time values (2 May 2003)

Other Recent Forum Posts

Good and bad design (2d)

I have installed 2019 MS SQL via powershell but I am not able to open SSMS (2d)

Home page (Web Portal) just spins (3d)

Get the min start and max end when the datetime overlap is more than 1 day (3d)

Query Inner or Sub including 4 tables (3d)

CASE Statement to Categorize Data Request (3d)

How to remove all text inside brackets in sql server and return only text to the left of this (4d)

Get first datetime and last datetime on a single row (4d)

- Advertisement -