SQL Database Pricing Model
I'm new to Azure and I wanna ask about their database pricing model specifically for SQL database service, my question is what is the difference between a DTU based database and a vCore database and will the customer still be charged for a DTU based…
Azure SQL Database
Azure sql database Machine learning
Hi Team, I would like to know, do we have an option to use Machine learning with Azure SQL database or is it only available with Azure SQL managed instance Thanks
Azure SQL Database
Azure Machine Learning

How to move dataset from Azure Managed Instance to Azure SQL using SSIS with change data capture
How to move data from Azure Managed Instance to Azure SQL Database by using SSIS package with Change data capture feature in it? Please help me with links or documents
Azure SQL Database
Azure Migrate

How to migrate from Azure db for Postgres to Azure SQL db?
I am currently migrating from postgres on prem to Azure postgres and in future might want to migrate to Azure SQL db from Azure postgresql db. What are the options available for this with minimal effort and downtime?
Azure SQL Database
Azure Database for PostgreSQL

Azure SQL DB Georeplication - how do you create?
Hi, I was wondering if there is a simple step by step guide of how to create a georeplication backup (in another region) of our Azure SQL DB. Any help would be much appreciated. Thanks, Tony
Azure SQL Database
update a table with different values for two max records
Hi, I have the following table: CREATE TABLE bidba.anomaly_mon_store ( ds_time timestamp, alert_cont smallint ) and I want to update, preferably with one statement, the value of the aler_cont column with values of 1 and 2 according to…
Azure SQL Database
Problem with publishing asp.net framework app to azure BadRequest 400
Hello, I created a database in azure sql database and connected it to my asp.net api with defaultconnection. I am using identity and my register function works fine on local machine, but after publishing to azure, i get 400 bad request without any…
Azure SQL Database
Azure App Service
Azure SQL query does not work
Hi guys. I am a newcomer on Azure and tried to connect SQL DB. In database I can open the Query section but con not write a query. Can someone urgently help me?
Azure SQL Database
Azure SQL Db Connection issue from .NET Core with Active Directory Password Authentication
Seeing below error while connecting to Azure SQL DB from .NET Core 3.1 with Active Dorectory Password Authentication. Microsoft.Data.SqlClient" Version is 2.1.3. Same is working fine in .NET Framework 4.7.2. Can you please suggest what is the…
Azure SQL Database
Azure SQL DB Connection Timeout
My Azure SQL DB connection from local management studio used to work fine. But all of a sudden stopped with connection time out error. It is same network and machine, same settings. What could be the issue? Getting below error while trying to…
Azure SQL Database
Calculated field results in ssms are displayed incorrectly.
Hello First of all, I'm sorry I don't English very well.... my question I used a calculated field in SSMS. But the result is... How do I print the full calculation result?
Azure SQL Database
Developer technologies | Transact-SQL
Query Error Message after Creating EXTERNAL DATA SOURCE In/from Azure SQL Database to Azure Synapse(formerly Azure SQL DWH)
I'm trying to query between databases. Using the following documentation : https://learn.microsoft.com/en-us/azure/azure-sql/database/elastic-scale-get-started When I want to query the external table I created as below: CREATE DATABASE…
Azure SQL Database
Enable AD DS authentication for Azure SQL with OnPremise AD ?
People, How can I integrate and configure the Azure SQL so that I can grant access for the OnPremise Synched AD security group access and then enforce Azure AD MFA when login from SSMS ? There is no AD DS (OnPremise join command like described in…
Azure SQL Database
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Entra | Other


How we can archive one year data in Azure SQL or SQL server
Hi All, i have 4 years of data in a single table in Azure SQL server. now i want to archive one year data so i show have only three years of data in my table i.e. if I have data for 2015,2016,2017,2018 then i need to archive data for 2015 so, I…
Azure SQL Database
Developer technologies | Transact-SQL
SQL Server | Other

Import Data Error
Hello, I'm trying to import these data: https://docs.google.com/spreadsheets/d/1ub_0Y5CEj2HtKO6bgb8OIvMIG81Wca0r_q8G70OKUTc/pub?gid=1709232748&single=true&output=csv from Course/Introduction to the Course/Homework #1 but somethink goes…
Azure SQL Database
Azure Data Sync Agent key issues
Hi, I am in the process of testing options for a fleet of SQL services that would use Azure and on-premise databases. Having read some more into Azure Data Sync it would appear to be a useful solution to a couple of issues we are experiencing. …
Azure SQL Database
Using GitHub Actions How to get the details of commit ID,Respository name,Branch,Commit date and Commit Author to Azure SQL Database(looking for A process flow how can i do it)
Hi, I have created one table in Azure SQL Database with columns ( Commit ID, Repository name, Branch, Commit date and Commit Author) I am trying to use GitHub Actions to pull the data from GitHub to Azure SQL .Can someone please help on how to get the…
Azure SQL Database
SQL VMs have databases that are not listed in SQL Databases blade
I'm a Global Admin on our Azure environment and I'm working with SQL VMs. I have two Azure SQL servers which are displayed in my SQL Virtual Machines blade but not my "SQL Databases" Blade. What's missing?
Azure SQL Database
Getting A categorised Subquery in SQL
Please I need your assistance on using Categorized subquery in SQL. I have two tables (Underwriting_Policy_Schedule_Header) which stored the category headers while the second Table (Underwriting_Policy_Schedule) stored the header body. both are related…
Azure SQL Database
SQL Server Reporting Services
SQL Server Analysis Services
Developer technologies | Transact-SQL
SQL Server | Other
Can Dynamics Data Export Service populate Azure SQL temporal tables?
We currently use a not-very-well-implemented combination of D365 Data Export Service (DES), Azure Data Factory pipelines and rather complex Azure SQL stored procedures to maintain a history schema in a DWH, of data sourced from Dynamics 365. Temporal…