Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
34 views

I created an Azure Data Factory and configured a new Azure-SSIS Integration Runtime (IR) using an existing Azure SQL Managed Instance that already contains an SSISDB catalog. When I try to start the ...
Mahin Sojitra's user avatar
0 votes
0 answers
46 views

I have an Azure Data Factory (ADF) Copy Activity that periodically copies a large volume of data from an Azure Synapse table into an Azure SQL database. Whenever the copy activity runs, the IO ...
SHUBHAM SINGH's user avatar
0 votes
0 answers
101 views

I’m trying to design a low-cost automated process for refreshing an Azure SQL database from backups that are delivered to an SFTP server. I receive either .bak or .bacpac files via SFTP. I want to ...
Varun Petekar's user avatar
0 votes
0 answers
49 views

I am loading data from Parquet into Azure SQL Database using this pipeline: Parquet → PyArrow → CSV (Azure Blob) → BULK INSERT One column in the Parquet file is binary (hashed passwords). PyArrow CSV ...
mysin's user avatar
  • 1
Advice
0 votes
4 replies
109 views

I’m attempting high-volume bulk inserts into Azure SQL, but the performance is lower than expected. One known factor is the Max Log Rate (MiB/s) limit, which depends on the service tier (see Microsoft’...
Bill's user avatar
  • 600
0 votes
1 answer
113 views

I have a web app using code-first EF Core. One of the controllers needs to run what should be a simple query (basically SELECT TOP 1 * FROM companies WHERE id = @id; in EF terms, var data = await ...
minnmass's user avatar
  • 261
1 vote
1 answer
326 views

I'm looking at the Networking settings for one or our Azure SQL servers, and I see some of them are greyed out. Azure Portal shows a message "You can use TSQL to remove or modify greyed out rules....
DinahMoeHumm's user avatar
  • 1,090
0 votes
0 answers
83 views

When using the sp_execute_remote to call the remote SQL command, the call adds the column $ShardName to the result data set. Is there any way to suppress returning that extra column? Two reasons... ...
pepr's user avatar
  • 21.1k
0 votes
0 answers
86 views

We have a SQL Server Data Tools (SSDT) Visual Studio database project, and we deploy the DACPAC output using DacFx + PowerShell scripts. In this project, we enable: Database-level change tracking via ...
Indi's user avatar
  • 33.9k
-1 votes
2 answers
248 views

I'm using Azure SQL (Standard S0: 10 DTUs) to store data from various IoT devices. Each IoT device sends messages to my Azure IoT Hub, which then triggers an Azure Function App. The Function App ...
DJDJ's user avatar
  • 763
0 votes
1 answer
95 views

I am trying to set diagnosticSettings to an array of databases in bicep using for (db, i) in dataBaseArray. At first I create the databases: @batchSize(1) resource sqlDatabases 'Microsoft.Sql/servers/...
ABF's user avatar
  • 119
0 votes
0 answers
30 views

I’m trying to insert rows into Azure SQL Database using Azure Functions SQL Output Binding (Node.js). const { app, output } = require('@azure/functions'); const { z } = require('zod'); // SQL Output ...
mehran Bn's user avatar
0 votes
0 answers
84 views

In my resource group I am trying to turn on auto-tuning via our ARM Template using this bit of JSON. What we'd like to know is, is if that restriction on PUT is from Org Policy and not just the fact ...
Shiba Prasad Sahoo's user avatar
0 votes
0 answers
49 views

I configured a failover group with a SQL MI in West US and another SQL MI in West US 3. Each have their own VNET, subnets and NSG configured. The first SQL MI existed prior to creating the failover ...
dlvx's user avatar
  • 691
0 votes
0 answers
162 views

Alright so I was going to test my pipeline/data flow where I'm querying a cosmos DB and putting some of that data into an Azure SQL DB table. When trying to do so, I came across this validation error ...
BlakeB9's user avatar
  • 687

15 30 50 per page
1
2 3 4 5
714