Using SQL Server 2008, is it faster to do a query to find uniqueidentifier or can you use any of the string data types, like nvarchar without any significant penalty? Note that I'm not talking about a primary key field, just any old field
Using SQL Server 2008, is it faster to do a query to find uniqueidentifier or can you use any of the string data types, like nvarchar without any significant penalty? Note that I'm not talking about a primary key field, just any old field