5,413 questions with Azure SQL Database tags

Sort by: Updated
0 answers

How to access database by External Datasource using Service Principal Name(SPN)

I am seeking a solution for cross-database access via an external data source using Service Principal credentials. Specifically, I want to perform Transact-SQL queries from one database to another using Service Principal credentials. To achieve this, I…

Azure SQL Database
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,076 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,324 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,760 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,538 questions
asked 2024-07-21T14:42:53.0533333+00:00
Devendra Parmar 0 Reputation points
1 answer

Test Connection is getting failed in data factory for Mongo DB

Test Connection is failing in datafactory for Mongo DB. Note, Ips are whitelisted but i am getting the below error. Failed to operate data via MongoDB client. An exception occurred while opening a connection to the server. Exception has been thrown by…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,133 questions
asked 2024-03-01T09:45:38.9033333+00:00
ADMMMLIFEADFADMIN 0 Reputation points
commented 2024-07-21T10:16:44.8366667+00:00
Vinodh247 13,301 Reputation points
1 answer

When we can get support of Database Watcher for UK South and UK West

Please confirm when we can get the Database Watcher support for UK South and UK West.

Azure SQL Database
asked 2024-04-05T10:04:27.7433333+00:00
Arya Basu 0 Reputation points
commented 2024-07-21T10:15:31.16+00:00
Vinodh247 13,301 Reputation points
2 answers

Recover Resource Group and SQL Server and SQL DB within

I deleted an old Resourge Group with SQL DB within, can i recover within Azure Portal? We have no Backups.

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,324 questions
asked 2024-04-22T14:16:11.3833333+00:00
Helpdesk Milestone 0 Reputation points
commented 2024-07-21T10:15:11.4366667+00:00
Vinodh247 13,301 Reputation points
3 answers

Unable to connect to my SQL Server/Database. Listed resources on Microsoft do not address this issue.

Error codeSqlFailedToConnect DetailsCannot connect to SQL Database. Please contact SQL server team for further support. Server: 'blazor-wasm-app.database.windows.net', Database: 'BrandedFoodMacrosContent', User: [...BLANK...] Check the linked service…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,324 questions
asked 2024-05-04T23:34:12.1833333+00:00
Albert Kirpach 0 Reputation points
commented 2024-07-21T10:14:26.0166667+00:00
Vinodh247 13,301 Reputation points
2 answers

SQL Server deployment DEV to UAT to Prod

Hi, I would like to know about different deployment options for azure SQL server from dev to higher environments. We are doing ETL in ADF and loading data into Azure SQL server. How do we move the tables/views/sps etc to other environments? Is there an…

Azure SQL Database
asked 2024-07-04T12:42:05.57+00:00
Santhi Dhanuskodi 205 Reputation points
commented 2024-07-21T10:13:00+00:00
Vinodh247 13,301 Reputation points
1 answer

Restore a SQL Server backup to Azure SQL Managed Instance

What is the best way to restore an SQL Server backup file (.bak) from a storage container to Azure SQL Managed Instance, and overwrite the existing database with the backup? I am looking for the appropriate PowerShell Az command to accomplish this task.…

Azure SQL Database
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,309 questions
asked 2024-01-27T08:11:08.8433333+00:00
PS 396 Reputation points
commented 2024-07-21T10:12:19.46+00:00
Vinodh247 13,301 Reputation points
2 answers

Bacpac file won't restore due to columnstore indexes on columns with specific data types.

Situation: We are using Serverless Azure SQL Databases as projects. Afterwards we delete these databases but before we do that we create backups of the databases. We are using SqlPackage.exe (version: 162.3.566) to create bacpac files. Restoring bacpac…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,324 questions
asked 2024-07-19T09:58:51.94+00:00
Mark van Eck 56 Reputation points
commented 2024-07-20T21:38:15.0566667+00:00
Erland Sommarskog 106.5K Reputation points
1 answer

Intemittent Login failed for user '<token-identified principal>'.","details":"SqlException: Login failed for user '<token-identified principal>

Hello. We've an API running on Azure App Service that uses user assigned managed identity to authenticate against an Azure SQL DB. The app works most of the time, no problem with authentication, however, we get an intermittent authentication issue like…

Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,361 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,538 questions
asked 2024-07-19T07:35:14.8533333+00:00
mustafa altunok 0 Reputation points
commented 2024-07-20T19:01:36.05+00:00
mustafa altunok 0 Reputation points
1 answer

ADF Copy Activity - Emply col issue

Hi Team, I have a pipeline where I am copying the data from the file to a database. The file had one extra empty column in between, and my copy activity failed with the below error: Message: Invalid Excel header with empty value It failed because the…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,133 questions
asked 2024-07-20T02:14:27.9266667+00:00
ADF_Coder 0 Reputation points
commented 2024-07-20T14:55:08.76+00:00
ADF_Coder 0 Reputation points
1 answer

Disaster Recovery setup/High Availbility

Hello again. I need to some help deciding on how to setup a DR solution. We have following things setup in DEV and UAT env: One subscription where DEV and UAT env reside using separate Vnet and subnets. Use Vnet Peering to connect both VPN gateway…

Azure SQL Database
Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,451 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,671 questions
asked 2024-07-20T05:33:12.57+00:00
Xhevahir Mehalla 140 Reputation points
answered 2024-07-20T12:13:07.28+00:00
Amira Bedhiafi 19,706 Reputation points
2 answers

Getting Failed to determine members of SqlServerTarget (server name 'data-engineering-server-rnd.database.windows.net', server location 'data-engineering-server-rnd.database.windows.net'): Login failed for user 'sqladmin'. error with elastic job

I am trying to run a job inside my server. Steps I followed Created a SQL Server Agent on server 1. Ran following queries and also the Elastic job agent is hosted in server1 only and the database is ElasticJobs. CREATE MASTER KEY CREATE DATABASE…

Azure SQL Database
asked 2024-07-10T11:16:45.74+00:00
Ayush Shrivastava 0 Reputation points
commented 2024-07-20T09:52:29.75+00:00
Vinodh247 13,301 Reputation points
2 answers

Column truncate issue - Copy file to DB ADF pipeline

Hi All, I have a pipeline where I am copying data from a file to a database. In the file, I have a few columns with extra spaces that I need to trim or truncate. I am not getting any option to use any transformation or function (dynamic content) on the…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,133 questions
asked 2024-07-19T17:52:29.9766667+00:00
ADF_Coder 0 Reputation points
commented 2024-07-20T02:19:38.12+00:00
ADF_Coder 0 Reputation points
2 answers

How to log from Azure SQL Database

Is there a way to log messages in Azure SQL database directly ? similar to what we do with any springboot application ? log.error or log.info("your message");

Azure SQL Database
asked 2024-07-19T12:06:05.94+00:00
Ayush Shrivastava 0 Reputation points
answered 2024-07-20T00:18:15.21+00:00
Deaaalden Mohmed 0 Reputation points
1 answer

Cannot create and start Extended Events session in Azure SQL Managed Instance

Hello, I am trying to create an Extended Events session in Azure SQL Managed Instance. First I am trying to use SSMS GUI: Extended Events -> Sessions -> New Session... Add "error_reported" event, configure fields, select Data Storage as…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,324 questions
asked 2024-06-24T15:08:42.51+00:00
Aleksey Vitsko 20 Reputation points
commented 2024-07-19T21:34:10.5+00:00
Aleksey Vitsko 20 Reputation points
2 answers

Azure for Students Subscription - Unable to create Azure Database for MySQL Flexible Server

I have been attempting to create a Azure Database for MySQL Flexible Server for my assignment but I am unable to do so due to the below error. I have tried multiple regions but I am unable to get a successful deployment. "code":…

Azure SQL Database
asked 2024-07-01T17:50:31.62+00:00
Miguel Zepeda 0 Reputation points
commented 2024-07-19T20:42:13.3866667+00:00
Oury Ba-MSFT 17,791 Reputation points Microsoft Employee
2 answers

Charging in the Azure portal

Hey! I'm trying this exercise but get charged for creating an Azure SQL database resource. Is there a way to explore azure without getting…

Azure SQL Database
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,338 questions
asked 2024-06-25T19:05:53.48+00:00
Fanny Lööf 0 Reputation points
edited the question 2024-07-19T20:14:23.6833333+00:00
Oury Ba-MSFT 17,791 Reputation points Microsoft Employee
1 answer

Find the Sql Server Version and the EOL of the version

We received an email from our cloud team that the support for the Azure Sql Server v12 will be stopped by 9th July 2024. Could you please confirm if that is true. If yes , what is the next available version and what should be our next steps to…

Azure SQL Database
asked 2024-07-19T20:07:47.26+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
answered 2024-07-19T20:09:25.8566667+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
1 answer

Import the SQL Database from Server to Serverless database

Issue with importing a SQL database from an old Azure VM to a new SQL Server. How can I import a .bak file into an Azure SQL Database using SQL Server Management Studio (SSMS). PS - Based on common issues that we have seen from customers and other…

Azure SQL Database
asked 2024-07-19T19:35:56.18+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
answered 2024-07-19T19:37:37.2966667+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
2 answers

Using Azure OpenAI / Copilot Application Outside of Portal to Answer Natural Language Questions with SQL Queries

I have been experimenting with Copilot on my Azure SQL databases, and I love the functionality of querying a database through plaintext and getting the results. I'm interested in making this available to non-technical users outside of the Azure portal.…

Azure SQL Database
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,644 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,613 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
193 questions
asked 2024-07-19T19:10:49.97+00:00
hampton123 1,160 Reputation points
answered 2024-07-19T19:18:29.6966667+00:00
hbjytdrsedfc 0 Reputation points