declare @guid uniqueidentifierset @guid= NEWID()print 'Value of @guidis: '+ CONVERT(varchar(255), @guid)