Relative Content

Tag Archive for sql-serverazure

How to get to the DBO account in Azure SQL Server

Problem:
The real problem I am solving is adding a permission to an account. Namely the SHOWPLAN. The account that I usually use to make changes to the database schema apparently does not have the ability to GRANT. The DBO account has the permissions to do a grant (I assume it does) but I do not seem to have the login for that in any of my notes. I figure there has to be a way from the Azure Portal to get to the login or a login of similar status.
The information related to azure especially things like permissions seems to be out of date to what is on the interface.
I tried using the Azure Data Studio’s connection but got the following error:

Performance of different hostings (Azure, VM, local laptop) – script to compare

I use SQL Server in various environments, including Azure services, virtual machines, and locally on my laptop. Although there is some information about the performance of these hosting environments, such as DTU metrics, virtual environment specifications, or physical machine specifications, I find it quite difficult to compare them.