Best practices to do Azure SQL Database schema swapping without impacting end users

Yerramothu, Krishnaveni 0 Reputation points
2024-07-30T17:56:35.58+00:00

We are planning to do the Azure SQL Database schema swapping which is taking <4s but still how to make sure application user is not affected or got surprised by seeing new data.

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,716 Reputation points MVP Volunteer Moderator
    2024-08-01T05:21:04.2066667+00:00

    Based on my understanding, the best way to avoid any impact would be to handle the schema transformation is to have that within a transaction within the database

    0 comments No comments

Your answer

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