October 3, 2016 at 10:21 am
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 ?
October 3, 2016 at 10:47 am
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
October 3, 2016 at 1:20 pm
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...
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply