azure-data-studio Questions
3
In Azure Data Studio (ADS), is it possible to reuse SQL parameters from query to query? Not sure if I'm jumping out of the intended purpose of ADS but it would be really great if I could declare a ...
Fugleman asked 25/11, 2019 at 14:50
2
Solved
I have a table I made in excel and I want to have the same table in my Azure DataStudio, how can I copy the data over? Thanks!
Amadoamador asked 6/5, 2020 at 17:54
2
Solved
I have SQL Server installed on Linux. It was installed from Microsoft's repos as described here:
https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu
In MySql I used to wr...
Athodyd asked 4/9, 2017 at 15:51
2
Solved
Is there any way to enter in a cell the DB NULL value in Microsoft Azure Data Studio (VSCode version of SQL Management Studio) while I'm in edit mode? I can't find any related. No context menu and ...
Crumley asked 1/9, 2020 at 0:36
5
I install docker container on mac(OS X) and install Microsoft SQL 2017 image file on docker.So, I try to connect docker with Azure Data Studio but didn't connect it. Can I connect docker with Azure...
Compel asked 5/11, 2018 at 8:41
4
Using the latest Azure Data Studio Version: 1.32.0
Attempting to access a database using Azure Active Directory MFA and am getting the error:
Token retrieval failed with an error. Open developer t...
Preterit asked 7/10, 2021 at 12:44
10
Solved
I'm looking for a "select each occurrence of" something I'm trying to find. For example a file has a bunch of text that includes "abc", I type ctrl+f and type abc. I can either find the first one o...
Kaph asked 14/3, 2016 at 15:51
1
In order to connect to an IBM DB2 database, I am using DBeaver with an ODBC type of connection. But since I found Azure Data Studio very lightweight and portable, I want to ask if there is a way to...
Riding asked 27/4, 2022 at 5:43
7
I just recently downloaded Azure Data Studio with SQL Server Express since I'm using Linux . Is there an entity-relationship diagramming feature, kind of how SQL Server Management Studio has a data...
Hankering asked 14/11, 2018 at 4:48
3
https://learn.microsoft.com/en-us/sql/ssms/tutorials/media/scripting-ssms/scriptdb.png?view=sql-server-ver15
I would like to complete the step above with Azure Data Studio and I am not sure how to...
Strother asked 22/1, 2020 at 4:48
1
I am attempting to connect to a Microsoft SQL Server database on a corporate network that is limited to Windows Authentication. I have configured Kerberos and Kerberos does successfully issue a tic...
Proustite asked 18/4, 2022 at 16:48
2
How can I export to file my Server Group configurations in Azure Data Studio?
I've created a Workspace file in my application solution that contains useful queries for troubleshooting, etc. I'd li...
Interjoin asked 21/2, 2019 at 17:28
1
Solved
I created server through docker with command:
docker run -d — name MySQLServer -e ‘ACCEPT_EULA=Y’ -e ‘SA_PASSWORD=your_password123’ -p 1433:1433 mcr.microsoft.com/azure-sql-edge
I'm working on an M...
Eldreda asked 1/1, 2022 at 18:18
1
I'm trying to use SQL Notebooks similar to how I'm used to using Jupyter Notebooks for documenting some standard queries I use. However when I declare a table variable in one cell, the value isn't ...
Underlying asked 31/3, 2020 at 0:47
1
Azure Data Studio. I love it. Wherever possible I am working in ADS instead of SSMS, gradually moving stand-alone SQL scripts to notebooks. Notebooks are so useful. Rich-text commenting of code usi...
Artificial asked 17/12, 2019 at 9:18
3
I noticed that in the context menu of any connection in Azure Data Studio, there is no rename option. Also, you cannot rename the connection in the Dashboard that opens when you click "Manage" in t...
Duntson asked 5/8, 2019 at 7:24
2
The default value in Azure Data Studio for SELECT TOP 1000 query from the table pop-up menu is 1000. Is there a way to change it?
Searching all over the google shows you how to do that in Visual ...
Catkin asked 3/7, 2019 at 6:37
5
I am using Azure Data Studio as software and it is impossible to connect SQL Server even with Windows Authentication. The process returns this error:
But when i'm trying to connect via SQL login...
Tol asked 11/12, 2018 at 8:38
1
Solved
I'm used to the command code . in visual studio code to open my project directory from terminal. Is there an equivalent command in Azure data studio to do the same ?
Asymptomatic asked 17/9, 2020 at 16:34
1
Today I wanted to edit all stops in a SQL INSERT that followed a Regex pattern. I realized that if I could use the multi cursor feature in Visual Studio Code I could make a ton of changes all...
Burck asked 11/9, 2020 at 20:34
2
Solved
In Azure Data Studio, after getting my results I'm clicking on the "Save as CSV" icon and nothing appears to be happening. How do I name the file and where will it be placed? I'm expecting to see a...
Bohannan asked 11/12, 2018 at 15:23
2
How can I create query shortcut for 'select * from' in Azure Data Studio ver 1.9.0? I see option to go to Keyboard shortcuts (Azure Data Studio / Preferences / Keyboard Shortcuts) but no query shor...
Manoff asked 3/9, 2019 at 21:18
1
Solved
I have the following SQL Server 2017 container up and running as per -
https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker
CONTAINER ID IMAGE COMMAND CREATED STATUS PORT...
Teddytedeschi asked 28/11, 2017 at 8:58
1
© 2022 - 2024 — McMap. All rights reserved.