5,098 questions with Azure SQL Database tags

Sort by: Updated
0 answers

How can I copy tables and data from one azure db to another azure db

I need to copy tables from our production azure DB over to our new azure test DB for development and testing purposes. I've tried using USE and :CONNECT commands from the production DB but it will not connect to the test DB environment. Is there a way to…

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.
924 questions
asked 2024-04-19T23:31:21.83+00:00
Joseph G 5 Reputation points
2 answers One of the answers was accepted by the question author.

I understand that elastic jobs are not supported when using private end points using azure sql db,are elastic database querries supported

gettting the following error when trying to use elastic database query in azure sqldatabase trying to connect to a azure sql database using private end point from another azure sqldatabase getting the error failed (error -2146893022, state 0): A…

Azure SQL Database
asked 2023-01-27T22:03:15.32+00:00
Pamidimukkala, Ramakrishna 25 Reputation points
commented 2024-04-19T23:19:09.43+00:00
Oury Ba-MSFT 16,076 Reputation points Microsoft Employee
0 answers

How to retrieve SQL Database price with SQL Licence, using the azure retail prices

Hello, I'm trying to retrive the SQL Database prices using the Azure Retail Prices API, but I'm not finding the SQL license price, i'm finding only the "hardware" price Example using powershell: $url =…

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,008 questions
asked 2024-04-19T17:46:24.72+00:00
Pedro Zuzi 1 Reputation point
edited the question 2024-04-19T22:58:55.6433333+00:00
Oury Ba-MSFT 16,076 Reputation points Microsoft Employee
1 answer

Azure SQL DB Autoscaling issue

Hello, I'm currently facing an issue with automating the scale up/down of my Azure SQL DB. When the DB experiences high DTU usage and the auto scale-up is triggered by an alert runbook, the query that was running on the DB gets interrupted, causing my…

Azure SQL Database
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,111 questions
asked 2024-04-17T15:38:07.7833333+00:00
MoTaar 290 Reputation points
commented 2024-04-19T15:54:42.4166667+00:00
Oury Ba-MSFT 16,076 Reputation points Microsoft Employee
0 answers

Getting error "Could not create the marketplace item" for any resource I am trying to create

Getting error "Could not create the marketplace item" while creating any resource. It was working fine an hour ago and suddenly not able to create any resource. Below is my subscription details.

Azure SQL Database
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,670 questions
asked 2024-04-19T14:00:11.5233333+00:00
Abhisekh Paul 0 Reputation points
commented 2024-04-19T14:49:09.5866667+00:00
GeethaThatipatri-MSFT 27,012 Reputation points Microsoft Employee
2 answers

Restore Azure SQL Database from GeoBackup to a different subscription

Hi everybody, I'm facing with this issues: i need to restore an azure SQL database from GeoBackup to a different server in a different subscription, but this error occurs "Long running operation failed with status 'Failed'. Additional Info:'The…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,120 questions
Azure SQL Database
asked 2024-04-12T09:15:18.03+00:00
Simona Pantini 45 Reputation points
answered 2024-04-19T12:16:33.5833333+00:00
Amira Bedhiafi 14,881 Reputation points
3 answers One of the answers was accepted by the question author.

Export or query for all requests SQL in DW database in Azure Synapse

Hi, I need to analyse the quantity of SQL requests in views of DW database in Azure Synapse. In the tool there is a monitor of SQL requests, but not is possible export the data. There is a table where I can see this data, or other way to consult the…

Azure SQL Database
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,346 questions
asked 2024-04-17T14:41:03.0833333+00:00
answered 2024-04-19T11:48:59.5766667+00:00
2 answers One of the answers was accepted by the question author.

hii want to run stored procedure in synapse but ima getting an error ,can anyone help me

query: USE gold_db GO CREATE OR ALTER PROC CreateSQLServerlessView_gold @ViewName nvarchar(100) AS BEGIN DECLARE @statement VARCHAR(MAX) SET @statement = N'CREATE OR ALTER VIEW '+@ViewName+' AS SELECT * FROM OPENROWSET(BULK…

Azure SQL Database
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,670 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,346 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,487 questions
Azure Data Lake Analytics
asked 2024-04-18T16:53:48.23+00:00
naveena kankipati 0 Reputation points
answered 2024-04-19T08:22:18.9833333+00:00
Harishga 3,255 Reputation points Microsoft Vendor
2 answers

How to read excel document from sharepoint directly dump it in Azure SQL using Azure data factory ?

I want to access excel document from SharePoint and without downloading that to data lake or blob storage, use data factory to read the content of it and directly dump it in Azure SQL.

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,487 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,565 questions
asked 2024-04-15T07:24:19.01+00:00
heta desai 247 Reputation points
commented 2024-04-19T08:04:58.02+00:00
AnnuKumari-MSFT 30,361 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Mapping Data Flow why CDC does not work with composite key?

Hello, Description: As a source I have SAP CDC dataset, as a target - Azure Dedicated SQL Pool. Created mapping data flow should take data from SAP BW and merge changes to the table in Dedicated SQL Pool. Loading approach -…

Azure SQL Database
asked 2024-04-04T07:08:24.6266667+00:00
Tamashevich, Tatsiana 40 Reputation points
accepted 2024-04-19T07:43:12.7766667+00:00
Tamashevich, Tatsiana 40 Reputation points
0 answers

Cross tenant writes to sql

How to write from a different tenant (say Mooncake, Fairfax) running app service (WebJob) to an Azure SQL in PME tenant without using sql conn string. Can SPN be used for the same, if yes where should the base registration lie

Azure SQL Database
asked 2024-04-19T04:34:10.53+00:00
Saksham Chhabra 5 Reputation points Microsoft Employee
commented 2024-04-19T06:10:54.0366667+00:00
Vinodh247-1375 11,031 Reputation points
1 answer

Utilizing Azure Key Vault secrets for secure password management in Apache spark connector for SQL Server

In the provided code example, our team demonstrates using a hard-coded username and password for connecting to SQL Server using the Apache Spark connector. However, for enhanced security, I want to utilize a password stored in Azure Key Vault instead of…

Azure SQL Database
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,346 questions
asked 2024-04-18T16:57:26.27+00:00
Thomasville99 240 Reputation points
answered 2024-04-19T05:37:22.67+00:00
Smaran Thoomu 9,045 Reputation points Microsoft Vendor
2 answers

Migrate Azure SQL server instance to SQL managed instance

Dear forum, We're planning to migrate our DBs on a SQL server instance to a SQL managed instance. We're focussed on migration our dev/test instance first before doing production. The back-ups are done using the Azure Recovery Vault service. We would like…

Azure SQL Database
asked 2024-04-18T13:26:25.6633333+00:00
NIJSTEN Stephen 60 Reputation points
edited the question 2024-04-19T03:52:59.58+00:00
ManoharLakkoju 535 Reputation points Microsoft Vendor
0 answers

Not able to connect via authentication type ActiveDirectoryServicePrincipal

I am trying to connect through connection string and auth type ActiveDirectoryServicePrincipal but it is failing with error - Failed to parse the connection string. No connection info returned. This is the connection string i am using -…

Azure SQL Database
asked 2024-04-17T06:22:42.0933333+00:00
Shruti Chandra 0 Reputation points
commented 2024-04-19T02:35:07.51+00:00
ShaktiSingh-MSFT 13,271 Reputation points Microsoft Employee
2 answers

Looking for guidance on integrating third-party data into our domain

Hi, My company's transactional system is MS Dynamics 365. We need to import various third-party data into our domain. I'm a Power BI developer but have been assigned this project. I'm looking for guidance on a suitable database and integration tool. …

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,487 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,451 questions
asked 2024-04-18T16:54:37.4433333+00:00
Anon101 51 Reputation points
answered 2024-04-19T02:06:48.38+00:00
ZoeHui-MSFT 32,426 Reputation points
2 answers

DBCC SHRINKDATABASE and DBCC SHRINKFILE throwing "Query execution timed out." after 300 seconds

I have a standalone DB and trying to use "Query Editor (Preview)" to shrink the DB or DB file. It has 500 GB max storage, 410 GB allocated, any only 152 GB used. I want to lower the allocated so that I can also lower the max. Every query…

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.
924 questions
asked 2024-04-18T16:30:26.5966667+00:00
Carston 0 Reputation points
answered 2024-04-19T00:55:20.72+00:00
Rahul Randive 8,176 Reputation points Microsoft Employee
0 answers

Azure SQL Database - named replica DB performance problem

Hello everyone, I have one performance problem and one cost problem of our Azure SQL database and it's replica. Performance problem: We have a primary Azure SQL database and also a secondary read-only named replica database, which have both relative…

Azure SQL Database
asked 2024-04-17T10:31:02.54+00:00
Narisu, Narisu 0 Reputation points
commented 2024-04-18T15:41:24.2633333+00:00
Attinder Pal Singh 0 Reputation points Microsoft Employee
5 answers One of the answers was accepted by the question author.

Upgrade SQL server 2014 to 2019 after lift and shift to Azure

Hi, We are planning to do in-place upgrade SQL server from 2014 to 2019. The server is lift and shifted to Azure so is updating the server same as updating on premise server or is there anything different. please provide suggestions. Thank you

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.
12,654 questions
asked 2024-04-16T17:01:10.83+00:00
Newtojob 26 Reputation points
accepted 2024-04-18T13:13:55.0733333+00:00
Newtojob 26 Reputation points
1 answer

azure Web App (running ASP.NET (MVC) seems like it does not recognise or detect azure SQL server and database

I have an Asp.NET mvc project running on an azure Web App. I also have a SqlServer with a Sql database connected. When using the sqlserver on a local project (WPF app) it gives me the data. When I try to use it on the Webapp i just get an error message…

Azure SQL Database
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
757 questions
asked 2024-04-18T09:29:42.04+00:00
Niklas Stokke 0 Reputation points
commented 2024-04-18T11:20:26.5033333+00:00
AgaveJoe 26,186 Reputation points
0 answers

Translation problems in the azure ai studio when connecting azure database

I have recently connected an Azure database (ticket data) using indexers and tested this in the AI Studio. However, the database contains tickets in different languages such as dutch, french, and english. When I ask the chatbot the data from the dutch…

Azure SQL Database
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
694 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,354 questions
asked 2024-04-12T08:08:41.9466667+00:00
Josra Erraddahi 0 Reputation points
edited the question 2024-04-18T10:10:24.55+00:00
romungi-MSFT 41,861 Reputation points Microsoft Employee