The following article explains the key differences between Heap tables and Clustered tables.
While working with tables in SQL Server, users often face the dilemma to use clustered tables or heap tables. Tables which don’t have clustered indexes...
Read more »
The article explains in depth the use of Vertical Partitioning in improving the performance and maximizing I/O operations on a SQL server.
Vertical Partitioning in SQL Server, an important feature introduced in SQL 2005 Enterprise Edition, is...
Read more »
In this article we explain about ERROR 208, why it occurs and how to deal with it.
We often come across situations which seem to be very complicated and challenging but are actually very easy to get out of; provided we think logically. One such...
Read more »