Ms Sql Rastgele Harf Üretmek

Ms Sql 'de rastgele (random) harf üretmek için aşağıdaki kod çalıştırılır.

SELECT char(cast((90 - 65 )*rand() + 65 as integer))


İlginizi Çekebilir

Ms Sql Server Versiyon Öğrenmek

Ms Sql Karakter Sayısı Alma

Ms Sql dm_db_partition_stats Kullanımı

Ms Sql Stored Procedure Kullanmanın Dezavantajları

Ms Sql Stored Procedure (Saklı Yordam) Nedir?