select substring(convert(nvarchar(36),newid()),1,5)
select left(Convert(decimal,replace(Rand(),'.',''))*10000,5)
SUBSTRING(CAST(Rand()*1 AS VARCHAR(10)),3,5)