Azure Data Studio - Data Migration Extension

Nitya V 40 Reputation points
2024-05-24T18:21:32.1466667+00:00

Hi

We used the data migration extension in Azure data studio to migrate sql server db to SQL MI

We stored all the backups to hte azure blob container

  1. We started the migration
  2. Once all the backups showed restored.
  3. We marked the db as read only.
  4. We selected complete cutover.
  5. The migration status show succeeded

When dont see not any objects on the SQL MI for table / stored procedure /Functions .This was done after we fixed the errors we encoutnered on migration

For another database we are able to view objects however the row count and checksum dont match

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Gowtham CP 3,655 Reputation points
    2024-05-24T18:49:45.2066667+00:00

    Hello Nitya V ,

    Thanks for reaching out in the Microsoft Q&A!

    To troubleshoot the issue of missing objects in SQL Managed Instance (SQL MI) after migrating a SQL Server database using the Azure SQL Migration extension, verify that you selected the correct target database during the cutover process and that Azure SQL MI firewall settings allow necessary connections. Check the Azure SQL Migration Service logs for any errors, and ensure you're using elevated permissions to access the target database, as objects might be hidden or inaccessible due to permissions. Confirm if you used online or offline migration and that it aligns with your expectations. For further assistance, review the Azure SQL Migration documentation. If you find this helpful, please accept this answer to close the thread. Thanks!