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…
7 years ago
Sometimes, we need to change default database File locations to some other path in SQL Server. If you have configured…
We get error 1101 because of space issues. Database engine doesn’t able to allocate new pages to the database because…
SQL Server data files, pages & extents are very much related to each other. These are architectural terms which are…