How can I access and modify Azure SQL data via a browser vs. a desktop application?

Susan Winter 21 Reputation points
2022-11-02T17:21:46.733+00:00

We currently have an Azure SQL database that was built and is maintained by a person using Windows system desktop applications (and is less available now). While I have online access to the structure via the Azure Portal, I do not have access to the actual data, as far as I can find. I use Macs (now - used PCs for years when Access and SQL Server was still around), and I know I could download the desktop version of an Azure Data Studio, but I don't want to do that at this point.

I can find references to an online version of Azure that will allow you to edit data via a browser, but I can't find how to access that. Can someone please share where that product is and if it's integrated with Azure Portal or if we need to migrate to a different version of online Azure?

Thanks,
Susan

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Michael Taylor 60,161 Reputation points
    2022-11-02T17:35:47.077+00:00

    Yes you can use Azure Portal. Just navigate to your Azure SQL Database resource, then go to the actual database instance running in that resources. On the options on the left is the Query Editor where you can view the database structure, run queries, etc.

    To be honest though this is going to be an awful approach. I guess if you needed to make 1 quick change you could do it this way but if you intend to manage the DB, run queries, etc then it will quickly become painful. You mentioned you didn't want to install Azure Data Studio but that is probably the easiest and best approach. You can then write, save and run queries and do all the standard DB management stuff from your machine instead of using the browser. I cannot think of a reason why you wouldn't go this route.

    If you really, really didn't want to use either then the only other option that comes to mind is using the Azure CLI but I cannot imagine how painful that would be and you'd need to know all the CLI commands to run to interact with the DB. It seems like ADS would be a more efficient approach. Even in Windows these are your choices so the fact you're running a Mac doesn't really change anything here.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.