Adding users to AzureSQL Databases using SSMS
I am trying to add users to an AzureSQL Database using SSMS 18.9. When right clicking the User tab and choosing New Users, the SQL Editor opens, not the Popup Wizard I am familiar with. In AzureSQL is there a new Wizard or other method for adding…
Azure SQL Database
Azure SQL DB pre-login handshake provider SSL error 0 the wait operation time out. Microsoft SQL Server, Error: 258
Hi I am getting the following error when I try to connect to some Azure SQL DB, connection from the same machine works without any problem Any help, please? TITLE: Connect to Server Cannot connect to XXXXXXXXXX.database.windows.net. ADDITIONAL…
Azure SQL Database
Azure SQL Failover Group and Geo Replication Usage
Hello, I have the following application and database configuration: 4 Regions - Region A (main), Region B, Region C, Region D (close to Region A) 3 Web APIs - Region A, Region B, Region C 4 Azure SQL Servers - Region A, Region B, Region C, Region…
Azure SQL Database
Create Azure SQL Server with my local time (UTC+8)
experts, i would like to create a azure SQL DB with my local time, when i query select getdate() which need to return UTC+8 result. please provide me the guidance, thanks.
Azure SQL Database
data trasformation
Hi, I have multiple tables stored in sql database. Using these tables i want to create some other table using sql query and then i want to call these tables in my machine learning pipeline. How can i do this also i need to schedule this process every…
Azure SQL Database
Azure Data Factory

Performance Feedback for Azure SQL MI Linked Service to Synapse Serverless
Has anyone tried a linked service in Azure SQL MI connected to Synapse Serverless as per the approach in this article? What does performance look like for importing millions of rows from parquet files in ADLS?
Azure SQL Database
Azure SQL DB audit specification and AUDIT_CHANGE_GROUP
Is it really the case that the server audit facility in Azure SQL does not capture changes to the audit itself ? I'm referring to the kind of activities that would be captured by this audit specification group - AUDIT_CHANGE_GROUP. These would…
Azure SQL Database

Stream Analytics - Reference Data
Hi, I have to set a pipe line to get data's into "stream analytics job service" from sql database directedly( should not use other layers/components Ex: Data factory, Event hubs etc between sql db and stream analytics job ) . But no stream…
Azure SQL Database
Azure Stream Analytics
SQL Server Migration Assistant
SQL Server Analysis Services

Azure SQL Database vCore Auto-Scaling
Currently we are using an Azure SQL Database that is 32 gb in size. We have 4 vCores allocated for it, but are not always using the full computing potential of these cores. Is there a way for us to auto-scale our vCore usage? We would like to sit at 2…
Azure SQL Database
ADF fails to connect to Azure SQL Database using Managed Indentity
Hi, I am trying to connect to an Azure SQL Database but I get a generic connection error: Cannot connect to SQL Database: 'mysqlserver.database.windows.net', Database: 'dwh', User: ''. Check the linked service configuration is correct, and make sure…
Azure SQL Database
Azure Data Factory
Enable geo-replication for Azure SQL Databases
When i try to create a geo replication for SQL Databases. But i can not see the menu geo replication on the left menu of SQL Databases Please help me in this situation Thanks
Azure SQL Database
Backup managed instance to storage account
I want to write a .bak of a managed instance database to a blob storage container in a storage account? My idea is to be able to grab that .bak to restore to on-prem DB in case necessary. The following article describes it: …
Azure SQL Database
Connection String of SQL Managed Instance
I have a scenario where my Azure App Service is connecting to Azure SQL Managed Instance. There are more than one DB inside the Instance. How do I connect to a particular DB so that I can fetch table's values? I see that the connection string in the…
Azure SQL Database

External table creation based on table from another server
Hi, I am trying to create an External table in one database server , by accessing some table from another Remote Database server. Creation of External Data source as well as External table was successful. But when I try to query the External…
Azure SQL Database
Azure Synapse Analytics
Automatic migration of excel files into Azure sql database
I am writing a c# script that calls the third-party website by API and in return, I am getting excel files. I want to execute this script using azure functions at some schedule, which means that those excel files will be replaced every time when the…
Azure SQL Database
Azure Functions
Is it possible to export a database locally from a disabled sql server due to insufficient credit
Due to subscription ending our sql database server was disabled so we're unable to connect to the database within, is it possible to export the database schema/data from the sql server locally? from what I've read is that the database only allows…
Azure SQL Database
Stored Procedure Error
Cannot create Sql Source. Please double check the connection string, stored procedure are set with correct format. Error: The value of the property 'Value' is invalid for the stored procedure parameter 'RunID'
Azure SQL Database
Azure Data Factory

Is there a way to restore a SQL MI database without breaking the replication?
Hi All, We followed the this link to restore a database in SQL MI, and got an error on the step of altering the new database name to match the original database name. The error says that the original database is in a replication relationship. I don't…
Azure SQL Database

Azure SQL Managed Instance - Transactional Replication - Still Public Preview?
Greetings, Simple question that I can only find vague answers to - Is Transactional Replication still a "Public Preview" for Azure SQL Managed Instance? If so, does anyone have any idea when it will become GM? Thanks, Brian
Azure SQL Database


How to set partition key in SQL API through the .NET SDK
I use .NET SQL SDK for creating the Database and the Container in Cosmos DB. I want to create the container with defining the partition key as 'UserId', but when I use the method CreateDocumentCollectionIfNotExistsAsync() for creating the Container, and…