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

Finding Number of Virtual Cores Assigned to SQL Guests (10h)

Basic SQL Query question (14h)

The Benefits of Hiring an SEO Expert for Your Business (19h)

SQL Condition by user id (19h)

Count occurrences by time (1d)

AlwaysOn AG + Replication maintenance - two scenarios to get the job done (6d)

What happens in a dual LEFT OUTER join when the second join is NULL in both tables? (6d)

How to set a variable from a table with comma? (7d)

- Advertisement -