All updates are installed on VS 2017 (15.9.47) and 2019 (16.11.13)
Windows updates installed
PC restarted
I am trying to perform a data comparison between two DB's , On Prem and Azure SQL managed instance
Everything has been working fine for the last few months
I changed my password last week , this is the only thing I can see causing issue?
When I changed my password previously , I had no issues , maybe coincidence
I can connect to the Azure SQL managed instance in SSMS with new password
I can connect to the Azure SQL managed instance in SSDT with new password
Issue
In SSDT --> Tools --> SQL Server --> New data comparison --> Select connection
Select the Azure SQL managed instance , click connect --> connecting --> prompts for my password
No error --> in the Source Database still illustrates "choose a database" (should illustrate the Azure SQL managed instance)
Using On-prem Server connects fine
- created a new connection to the Azure SQL managed instance in SSDT with new password , I can see all databases , no errors
Same issue in SSDT Schema comparison tool
Azure Data Studio Schema comparison tool works comparing on-Prem to Azure managed instance (No data comparison tool)
Azure Data studio , you can get an error after you change your AAD password , Token dies and does not refresh
You will find that after about 2 weeks the token dies and will not refresh as you would expect. No amount of trying to open a new connection will trigger the re-auth process.
Solution: Close Azure Data Studio and delete the cached token here:
C:\Users\YOUR_USERNAME\AppData\Roaming\azuredatastudio\Azure Accounts
Something similar happening here?