GUID

A SQL Server uniqueidentifier column used in application database tables. A GUID is a 128-bit number generated by a call to Windows that is statistically guaranteed to be unique. IDOs require application database tables to include a RowPointer column that uniquely identifies a row in the table. GUID is the recommended data type for the RowPointer column.