SQL Information validator failed with error 'DatabaseSizeMoreThanMax: The source database size '45616.44 MB' exceeds the maximum allowed size of the target database '32768 MB'.

Ramana Bathi 0 Reputation points
2024-09-22T17:57:51.3+00:00

While migrating data from SQL Server database to Azure SQL Database using Azure SQL Migration service. We are getting the error as below,

SQL Information validator failed with error 'DatabaseSizeMoreThanMax: The source database size '45616.44 MB' exceeds the maximum allowed size of the target database '32768 MB'.

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,865 questions
{count} votes

1 answer

Sort by: Most helpful
  1. CathyJi-MSFT 22,286 Reputation points Microsoft Vendor
    2024-09-23T01:50:36.5933333+00:00

    Hi @ Ramana Bathi,

    According to message, the source database size of 45616.44 MB exceeds the maximum allowed size of the target database, which is 32768 MB, the target database doesn't have enough space.

    To resolve this issue, you can consider the following options:

    1. Reduce the size of the source database: You can try to archive or delete unnecessary data from the source database to bring its size below the maximum allowed size of the target database.
    2. Increase the maximum allowed size of the target database: If possible, you can increase the size limit of the target database to accommodate the source database size. This might involve changing the database configuration or upgrading to a higher-tier database service that supports larger sizes. Please refer to MS document Scale single database resources in Azure SQL Database to get more.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.