8 Haziran 2015 Pazartesi

Veritabanı veya tablo boyutu sorgusu

sp_spaceused Returns information about the total size of the database
sp_spaceused 'MyTable' Returns information about the size of MyTable

Hiç yorum yok:

Yorum Gönder

.net 6 mapget kullanımı

 app.UseEndpoints(endpoints => {     endpoints.MapGet("/", async context =>     {         var response = JsonConvert.Seriali...