Google News
logo
SQL Server - Interview Questions
What are the common performance issues in SQL Server?
Following are the common performance issues :
 
* Deadlocks
* Blocking
* Missing and unused indexes.
* I/O bottlenecks
* Poor Query plans
* Fragmentation
Advertisement