Is it possible to query azure db from portal?

  • Is it possible to query azure db from portal?

    best way to manage db using SSMS, Visual studio or other tool ,but you need to manage domain security ....

    Is any way I can query my azure database from azure portal ?

  • There is not currently a mechanism released for querying Azure databases from the Portal UI. However, you can try clicking on the Tools menu from a given database. There are things in preview that might be accessible for you that could help. It really depends on what is currently in and out of public preview.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • You used to be able to do that via your web browser following this URL format: "https://[servername].database.windows.net".

    However, I haven't been able to do that in a long time since I upgraded to V12. At least I think that's when it broke but I'm not sure. All things aside, your better off either downloading Visual Studio Community Edition or download free SQL tools and connect via SSMS. It's free and it's less clunky than going through a browser. At least I think so...


    SELECT quote FROM brain WHERE original = 1
    0 rows returned

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply