Azure Data Studio SQL Migration waiting to start forever
After installing and enabling azure sql migration extension in azure data studio it was unable to launch and throwing error as "Failed to start service" then I have updated the required proxy setting in Azure data studio, error is gone but…
Azure Data Studio failed local connection to MSSQLSERVER Developer Edition
Hello Microsoft community members. I am having a very simple issue connecting ADS to MSSQLSERVER Developer Edition. Upon establishing the connection, I am entering the correct server and instance name (having verified through SQL Server Configuration…
✗ Microsoft.SqlServer.Prose.Import.BcpProcessException: Error inserting data into table.
As I understand it, the issue is when importing csv files on Azure Data Studio, the data type is a string and has to convert to another data type. But the error can't convert the string to another data type, how am I supposed to bypass this if I can only…
AZURE DATA STUDIO NOT SHOWING ALL ROWS AFFECTED IN A QUERY
I am using Azure Data Studio notebook to query an Azure database. On some of the queries, it will say that it runs 96 rows for example, but only shows 8. I run the same query in SSMS and it shows all 96 rows. What's going on here? The query size is not…
User account 'me@myorg.com' not found in MSAL cache?
This used to work, but today I get this error when trying to open our company MS Sql server in azure data studio on mac: User account 'me@myorg.com' not found in MSAL cache, please add linked account or refresh account credentials. How do I work around…
Azure data studio table designer error execution time out
An error occurred while generating preview report: One or more errors occurred. (Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.) at…
I cannot see restore option in azure studio in mac?
Hello everyone I am trying to restore a database in SQL server using Azure Data Store but I cannot see the Restore option in my Azure Data Store studio. I even tried "Enabled Preview Feature" option How can I fix it or is there other version…
error opening azure data studio
I downloaded the Azure Data Studio areas and when I want to enter the application it gives me an error message that the application cannot be opened, can someone help me solve the problem? My computer is a Mac M2
How to connect to Oracle database created to Azure from Azure portal
I have created oracle database on Azure using Azure portal. I have connection string / DataSource of that database. On Trying to Connect to Oracle Database from Azure data Studio I am getting "Connection request timed out" error. Please let me…
Azure Data Studio not showing system views
I have recently started using Azure Data Studio as well as SSMS. If I connect to a database in SSMS and go to the object explorer under views there is a system views folder that I can browse. If I connect to the same database in Azure Data Studio using…
Azure cloud shell won’t launch in Azure data studio integrated terminal
Hello, I’m having issues with Azure cloud shell in the Azure data studio. When I try to launch azure cloud shell by clicking ">" button in the azure account banner on the sidebar, an error message is printed and the shell launched in the…
Azure Data Studio - Not able to connect to Oracle DB -Getting ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA error
Hi I installed, Azure Data Studio, Downloaded the extension for Oracle . However while connecting to an Oracle database Im getting the following error ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA This is not an issue with the…
Unresolved Reference Errors in Azure Pipelines for Database Project with Views Referencing Tables from Other Databases
I have a database project in Azure Data Studio that references tables from another database within its views. I have added this project to a GitHub repository and am using Azure Pipelines for build and release pipelines. However, during the build…
mysql: calling stored procedure ends before completing
I am connecting to mysql database from azure data studio, however when running an stored procedure call sp_xxx And this sp returns several "select", the procedure ends after the first call Is this an issue? Thanks
Cannot connect to Azure Data Studio SQL Server database
I have a simple azure sql server database that I can no longer connect to in Azure Data Studio. When I try to connect via SQL server login, the Create a Firewall Rule screen appears. When I select either "add my client IP" or "add my…
Azure Managed Instance Migration offline mode. Cannot find full back up error
I am trying to my migrate my on-prm sql server to SQL managed instance via Azure Data Studio Managed instance. I am using the offline mode to migrate the server and my back up files are saved in blob starage account. When i initate the migration i get an…
SQL server databases migration to Azure SQL VM using Azure Data studio
Hello, I am migrating the SQL server databases to Azure SQL VM using Azure data studio but step 6 - validating the connectivity failed with below error. I am able to connect to SQL server using SSMS from same server. I can be able to see the…
How to Access SQL Server Docker (Running on MAC) from Power BI (Running on Parallels)
I am trying to access a SQL Server database through Power BI (in a "Parallels" virtual environment) that is running in Docker on my MacBook. HOW SHOULD I CONFIGURE TO GAIN ACCESS ? I want to be able to access this database within Power…
Azure Data Studio - connection error on intranet
I am using Azure Data Studio on Macbook , I am not able to connect to SQL Server on intranet running on another machine. I can connect to SQL Server with sqlcmd and jdbc based tools. Not sure why Azure Data Studio keeps returning error 40 , I deleted…
Comparison of actual database schemas against each other (within one database)
Hi all, for a small project I created a database within Azure and one schema for dev and one for prod (to save run cost). I would like to compare these two schemas now with Azure Data Studio, but it looks like, that I can only compare databases with one…