DECLARE @guidNew uniqueidentifier SET @guidNew = NEWID() PRINT 'Value of @guidNew is: '+ CONVERT(varchar(255), @guidNew)