Logo uygulamalarında,  “This index operation requires 512 KB of memory per DOP. The total requirement of 8192 KB for DOP of 16 is greater than the sp_configure value of 2048 KB set for the advanced server configuration option “index create memory (KB)”.  Increase this setting or reduce DOP and rerun the query. ” hatası, SQL Server’ da index oluşturulması sırasında kullanılan belleğin yetersizliğinden kaynaklanır.

Çözüm için Query Analyzer’ dan aşağıdaki komutlar çalıştırılmalıdır.

exec sp_configure ‘index create memory (KB)’, 51200
reconfigure with override