Generating random strings with T-SQL December 23, 2022 by Tarik Using a guid SELECT @randomString = CONVERT(varchar(255), NEWID()) very short …