in SSMS can i stop SCA generating migrations when i open the project
ozhug
Posts: 5 Bronze 1
Currently when I open my SCA project in SSMS it starts by generating migrations my database has 1000's of object and this process can take a long time (more than 5 minutes).
I usually need to go to the version control and pull down the current version before i start generating migrations, to avoid merge conflicts (I have no interest in resolving later)
Is there a way to prevent SCA from generating migrations when i open the project ?
Thanks
I usually need to go to the version control and pull down the current version before i start generating migrations, to avoid merge conflicts (I have no interest in resolving later)
Is there a way to prevent SCA from generating migrations when i open the project ?
Thanks
Tagged:
Answers
If switch tabs I still need to wait for the operation to complete
If I come back to the generation migration tab before it is done I get an error/warning/information
This operation is currently unavailable. There is already an operation in progress against a database required for this operation to run. Please wait for the other operation to complete and then refresh the page.
But there is no indication of how long I need to wait or when i should try the refresh again.
This makes it pointless to switch tabs before the task is complete.
We are using a local shadow database the dev database is a azure sql server (hyperscale).'
i understand there is a process working in the local shadow db, but for the sceptics I am trying to onboard with SCA this is confusing and painfully. Given there is no feedback in the UI to tell them how long to wait or how much progress has been made.
Mark