data_files

How to Change Database Default Locations in SQL Server?

Sometimes, we need to change default database File locations to some other path in SQL Server. If you have configured…

Fix Error 1101: Could not allocate a new page for database

We get error 1101 because of space issues. Database engine doesn’t able to allocate new pages to the database because…

Understanding SQL Server Data Files, Pages & Extents

SQL Server data files, pages & extents are very much related to each other. These are architectural terms which are…