We no longer have access to view our tables in our DB
Hi, So we have a database in our account called "bayer-server-test." After a bit of turnover in our agency, we seem to have misplaced the actual admin credentials to this DB. We do have a user that can connect to the DB, but we can't view our…
Azure SQL Database
Cannot execute SQL cursor in Azure Query Editor (Preview)
Hi, I am trying to run a simple cursor in Azure Query Editor (Preview). In Azure Query Editor, it does not run and shows no output. But the same code works in SSMS 21. Is this a limit in Query Editor? Do I need special permission? Thanks.
Azure SQL Database
Data load to the managed sql instance is taking forever, DB server is not responding and there is time out error also
Failure happened on 'Sink' side. 'Type=Microsoft.Data.SqlClient.SqlException,Message=Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.,Source=Framework Microsoft SqlClient Data…
Azure SQL Database
Why is my connection to a SQL Server getting blocked even though my public IP is in the allow list?
I have a SQL Server that is blocking connection from a specific office. I have already added the office public IP to the allow list. When trying to connect I get an error that says the public IP is not allowed and has been blocked. I have already…
Azure SQL Database
Get-AzMaintenancePublicConfiguration timeout
Hello, I have some problems with Get-AzMaintenancePublicConfiguration. Sometimes it works perfectly fine, but often it times out. Do you have any advice? Code: $MaintenanceConfiguration = "SQL_NorwayEast_MI_2" $MaintenanceConfig =…
Azure SQL Database
How do you connect to a read-only replica created by Read Scale-Out through an endpoint rather than using ApplicationIntent=ReadOnly
I am trying to connect to and Azure SQL Database Read-Only replica using Power BI, but have run into the issue of it not consistently connecting to the RO Replica. There seems to be no tools to solve this in Power BI so i am left with the only other…
Azure SQL Database
Elastic Pool Limit Reached
We are having an issue where we are exceeding the request limit of an elastic pool and we have no idea why because when we perform the same task in a test environment the problem does not occur. What we are trying to do is upgrade a database by running…
Azure SQL Database
Regarding Root CA Changes for Azure SQL Database and Azure Database for MySQL
Hi Support, The following two links contain the main content of this question: Azure SQL: https://learn.microsoft.com/en-us/azure/azure-sql/updates/ssl-root-certificate-expiring?view=azuresql Azure Database for MySQL:…
Azure SQL Database
Stop/start schedule Azure SQL Managed Instance
Hello, I have a managed instance currently configured with 4 vCores, 64 GB storage, and local backups. I have configured the instance with a nightly stop/start schedule (from 11:00 pm to 06:00 am each day). I would like to estimate the actual…
Azure SQL Database
SQL Arc to Azure SQL MI migration through MI Link - Failed
Link creation has failed because of the following reason(s): Failed to join distributed availability group DAG_Northwind.Join DAG operation on…
Azure SQL Database
Sync Azure SQL Database across Tenants
Hi A customer wants to access some table that we host for them, we don't want then to have access to our database, so we have proposed looking into Sync Azure SQL Database is this available across Tenants (mine and theirs)? Also i need to cost this for…
Azure SQL Database
Data is not sync from Member to Hub db.
I already configured column and table in sync group but data is only updating when I execute SQL query manually but If I performed scenario from .NET application then sync is not working (.NET Framework with EF). I checked that azure sql trace and found…
Azure SQL Database
Deleted SQL instance recovery help
Accidentally SQL Instance was deleted yesterday. Cannot create a new instance with the same name becuase the error says its soft deleted, cannot recover, cannot create a ticket to get help - just offers links to articles. Created new instance, but cannot…
Azure SQL Database
oracle api connection is generating error of
Hi, I m trying to create oracle api connection from terraform with pipeline , but it is creating error. im giving all values and keys , as per azurerm terraform format. resource "azurerm_api_connection" "oracle_connection" { …
Azure SQL Database
How to fix sql server having a stuck ExportDatabase job at 1%, cancelling leads to stuck CancelInProgress instead
We were doing an ExportDatabase operation on our production database. This is part of our release pipeline, to do a backup before deploying new code. The github action timed out eventually since the export job got stuck at 1% and was stuck for 8 hours.…
SQL Server | Other
Azure SQL Database
I need some help with getting data from my SQL MI into my Azure VM
Good day, We are busy moving from on prem solution into Azure. A big issue I have run into is, currently we have automated jobs that takes data from SQL, runs a PowerShell script, creates a CSV where it then gets dropped onto my VM where it can be…
Azure SQL Database
Download database data
Hello, we have already cancelled our account, but we would like to download our data to keep it safe. We have already downloaded the WordPress data, but we are unable to download the database data; we receive an error message, see also attachment. How…
Azure SQL Database
Can't create Azure SQL server via Azure portal
I attempted to create an Azure SQL (logical) server via the Azure Portal in the East US 2 region and immediately faced the following error: Your subscription does not have access to create a server in the selected region. For the latest information…
Azure SQL Database
Issue with connecting to Azure SQL MI from on prem with windows authentication
We are trying to connect to our SQL Managed Instance in Azure from an on Prem VM. We need to have it set up using Windows Authentication for our vendor. We are using AD Cloud sync to sync the vendor account over to AAD. I followed the documentation…
Azure SQL Database
When will powerplatform.com be whitelisted for sp_invoke_external_rest_endpoint?
We use sp_invoke_external_rest_endpoint to make REST calls to a PowerAutomate webhook. With the new URL scheme where the webhooks are hosted on powerplatform.com starting November 30th, we will no longer be able to make those calls as powerplatform.com…