DBCC SHRINKFILE ile dosyanızı küçültmek istiyorsunuz ama bir türlü başarıya ulaşamıyorsunuz: Eğer Recovery Mode FULL ise öncelikle bunu SIMPLE yapmanız […]
İlişkisel veritabanları özelinde yaşanan performans sorunlarına karşı almanız gereken önlemlerin neler olduğunu çoğumuz biliyoruz. INDEX’ler bu konuda en başı çeken […]
Define your SQL Email Configuration Write “smtp.office365.com” as server name Port should be 587 if not told otherwise Basic authentication […]
This query helps you identify your tables and calculate size/rowcount ratio easily: USE [DatabaseName] -- replace your GO SELECT s.Name […]
Assume that all we know why we are using IDENTITY column in a table. It you are inserting any row […]
Tüm Relational Database’lerde olduğu gibi SQL Server’da performans artışının en büyük destekçisi Index’lerdir. Index nedir? Ne işe yarar? Gibi sorulara […]
SQL Server için tanımlanan memory alanı ne kadar yeterli sorusuna en iyi cevabı verecek olan sorgudur. PLE özetle, cache üzerinde […]
Tüm veritabanı sistemlerinde olduğu gibi SQL Server’da da memory 2 farklı amaç için kullanılır: Kendi iç sistemleri (plan cache, bazı […]
When any connection starts the value of the SET LOCK_TIMEOUT is -1, which means that the query has to wait for […]
If disk space on your SECONDARY side is full and you want to move one of your databasefile to other […]