ADO.NET connection failure to Azure Database from VS 2022 SSIS Package running against SQL Server 2022 using Microsoft SQLClient Data Provider
I have a SSIS package running on SQL Server 2022 in VS2022 that connects to a 3rd party Azure database as a source with ADO.NET using Microsoft Entra Password that has been running successfully for a few years. However, recently I needed to make…
Restoring a Complete, Up-To-Date Database Across Azure SQL Managed Instances
I want to "move" a database from one SQL Managed Instance to another. My plan is to use the Azure Portal to manually: "Stop" the Web App writing to the database "Restore" the database to the new SQL Managed Instance …
Azure SQL Managed Instance authentication with Windows AD users
I am looking to migrate from Azure SQL VMs to Azure SQL Managed Instance and I had a few questions related to integrating this with an on-premises Windows Active Directory domain. We have some applications running on separate Windows VMs. These VMs are…
Azure SQL Database Reappears After Deletion
While trying to delete an SQL database in my Azure subscription, I noticed that after deleting it twice, the database reappears after some time. Additionally, I was charged about 100 euros after the first deletion. What could be causing this, and how can…
SSL Error connecting to Azure SQL
A connection was successfully established with the server, but then an error occurred during the pre-login handshake I am getting this error when testing from SSMS and also from linked servers and SSIS providers. Around the 4th November, this connection…
CXSYNC wait type appearing on Queries that didnt normally have it and TimeOuts occurr
In Azure SQL Managed Instnace: Queries that are complex but run in a timely way normally ... sometimes start getting this wait: CXSYNC_PORT and run until our App timeout threshold of 30sec. This has happened for various databases on the same Managed…
Issue with Deploying Azure SQL Server Managed Instances: “Your deployment failed”
Hello, I am encountering an issue while trying to deploy Azure SQL Server Managed Instances. The deployment process fails with the message “Your deployment failed.” I have attached a screenshot of the deployment details and included the error message…
How to capture the Rollback transactions in Azure managed instance , right now we are using general purpose tier
we are trying to update the table data , unfortunately we are getting rollback few rows of data only , example we updated 200 rows at a time , In the 200 rows 120 rows updated successfully left of the rows are rollback after few hours this was…
Single Server and Flexible server performance
Our application has been hosted in the Azure Environment windows server and Database server. In the month of september, Database has been migrated from single server instance to Flexible server instance. After the migration , we feel the performance of…
Unable to connect to Azure SQL Server from local machine
I have created a SQL Server DB and added required firewall rules. However, I am unable to connect to the DB from my local machine using any SQL Editor. For e.g., DBeaver. Though, I can connect the DB using Azure's in-built "Query Editor". I can…
How to fix "Selected user account does not exist in tenant 'Microsoft Services'" when using Microsoft Entra to access Azure SQL Server?
I'm encountering the following error when trying to access my Azure SQL Server using Microsoft Entra: Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application '04b07795-8ddb-461a-bbee-02f9e1bf7b46' in that…
How to link on-premise SQL Server Management Studio / Azure Data Studio with Azure SQL Managed Instance
Hello all I hope my tag is correct - I couldn't see one for Managed Instance. So, I have created a new Managed Instance, which comes with: Network security Group Route table Virtual cluster Virtual network I'm trying to make this visible to my on-premise…
Can i acknowledge this TLS warning message for Azure Mysql server ?
Can i acknowledge this message? I have require_secure_transport = OFF and tls_version = TLSv1.2 in the server parameters section. Will it cause any issues to the application that is connecting to this mysql server? Thanks
after creating login in Azure SQL server, getting error while login to DB using SSMS
Hi, i am trying to connect to Azure sql server using sql authentication. but it is throwing error. i have followed the below steps to create login. Error attached for reference. Thanks CREATE LOGIN [john_doe] WITH PASSWORD = 'MySecurePassword123!'; --…
Unable to Connect to SQL Server Using ActiveDirectoryPassword Authentication
Encountering an issue while trying to connect to SQL Server using ActiveDirectoryPassword authentication. The error message states: "Failed to load MSAL4J Java library for performing ActiveDirectoryPassword authentication." For Info -> I…
Command 'CREATE LOGIN FROM EXTERNAL PROVIDER' is not supported as Azure Active Directory is not configured for this instance.
We have an SQL Server on an Azure VM. For our main instance, which is our live one, Entra euthentication works without any problem. We can create and login directly using Entra authentication. We also have another instance of SQL on the same server…
Having trouble trying to remove the BATCH_COMPLETED_GROUP audit action item group from the auditing setup
Having trouble trying to remove the BATCH_COMPLETED_GROUP audit action item group from the auditing setup from a Azure SQL server instance
How to copy all tables of a Schema to .csv file format in respective folders
Hi, I am trying to copy all tables of Schema-SALES from SQL Server to .csv file format in ADF and files of each table must copy in respetive folder for example. source (SQL SERVER Tables) SALES.Customer SALES. Address …
Issue when trying to use [AzureSqlSyncGroupSchemaModel]::new()
using namespace Microsoft.Azure.Commands.Sql.DataSync.Model $newSchema = [AzureSqlSyncGroupSchemaModel]::new() Running this command on cloud powershell fails with error InvalidOperation: Unable to find type [AzureSqlSyncGroupSchemaModel]. Im trying to…
Permission Issues with Application Registration for Creating External Users in Azure Synapse Databases
Hello everyone, I’m encountering an issue with an Application Registration in Azure AD that needs to create external users in several on-demand Azure Synapse databases across multiple environments. Despite configuring the necessary permissions in Azure…