Dhivakar A
Dhivakar A

Reputation: 21

query editor not visible in azure SQL DB in azure portal

I have created an SQL database in azure portal. But there is no tools section in the overview of my DB, so as there is no query editor for me to use.

Instead i have connect with option where only visual studio is shown and not the query editor. Kindly give me a solution why no tools section and how can i get Query Editor.

I had enable(ON) the allow access to all services in the Firewall settings also.

Upvotes: 2

Views: 3141

Answers (3)

user3109755
user3109755

Reputation: 11

I think I had a similar experience when using Firefox Quantum on a Mac - found the query editor no longer available. I tried using the new 'Data Explorer' and found the query editor window was not working (though I was able to open a query written with an external editor): Query editor not working in the 'Data Explorer' with Firefox Quantum on Mac

I opened Azure Portal with Chrome v.63 on my Mac, and was able to use the query editor in the Data Explorer: Query editor working in the 'Data Explorer' with Chrome on Mac

About a week or so ago, when the 'Query Editor' was available through Azure Portal, I was able to type entries in the editor using Firefox.

Other options that work with Windows, Mac, and Linux machines that are provided by Microsoft to query Azure SQL databases include Visual Studio Code with the mssql extension and SQL Operations Studio. Both have continued to work throughout this time for me.

Upvotes: 0

Shui shengbao
Shui shengbao

Reputation: 19195

Now, Azure SQL database supports Data explorer (preview), you could use it to query.

enter image description here

Note: It only show limited object. For full capability please open SSDT.

Upvotes: 2

Alberto Morillo
Alberto Morillo

Reputation: 15658

There is a Query Editor available on Azure Portal. You can find this experience by navigating to your SQL database and clicking the Tools command and then clicking Query Editor (preview), as shown on this Blog post.

Upvotes: 1

Related Questions