Every SQL Server database has one primary data file (.mdf), and it is a mandatory file for the database. The .mdf file is crucial for the functioning of the database, as it holds the primary data that ...
Data Partitioning is a very useful feature in SQL Server 2005 and beyond. I have discussed this database feature in previous blog entries but it is also available in SQL Server Analysis Services which ...