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…
We get error 1101 because of space issues. Database engine doesn’t able to allocate new pages to the database because…
Whenever you extend the size of your data or log file with a larger value or your database perform autogrow…
I was getting wait type PREEMPTIVE_OS_WRITEFILEGATHER during database size allocation. Yesterday, I was configuring database size to the value that…
I am working on a project where we are migrating Oracle databases to SQL Server for SAP applications. We are…
We use SQL Server database Autogrowth setting to automate database file growth. This property is very helpful if you use it…