
Loading a CSV file into a Azure SQL DB table using ADF - some questions
Jun 15, 2015 · A dataset pointing to a table on that Azure SQL DB A pipeline containing an activity of type CopyActivity, intending to copy data from CSV file into my Azure SQL DB table
Can't connect web app to SQL DB after deploying
Nov 18, 2015 · I have an ASP.NET MVC 5 site using Entity Framework to talk to a SQL database. I have the app running perfectly fine on my current host using Windows Server 2012, IIS 8, SQL Express, …
.NET Web API to pull data from web application and store in SQL DB
Oct 7, 2021 · Oh I forgot to mention. I wanted the API to collect the data periodically.. say every 30 mins and which will later be pushed into Azure SQL DB. Whether your application is an Azure Web App or …
Regarding Migration ot Azure SQL DB and bandwidth
May 31, 2019 · Azure SQL is being consider as clinet needs HA /automatic failover for DBs across datacenters. that means while doing price calculation we need to Azure SQL price caulculator and …
Accidentally deleted Azure SQL Server. How can I recover it and its ...
Apr 23, 2019 · If we delete the Azure SQL server that hosts SQL databases, all elastic pools and databases that belong to the server are also deleted and cannot be recovered. You cannot restore a …
Migrate from Oracle to SQL server and removing the SYSDB and ssma ...
Dec 23, 2019 · We are trying to migrate an oracle schema from Oracle 11gR2 database to SQL Database (SQL Server 2017 Azure Database). We were able to convert the schema and …
AAD Auth with Azure SQL Server is not using connection pool.
May 29, 2018 · For each db hit using aad auth, it is creating new connection and session. So suppose there is 100 request with same connection string with same token then it is creating 100 connections …
How to monitor query performance in SQL Azure
Oct 1, 2015 · We are in the process of migrating to SQL Azure v12 (PAAS) from on-premise DB. While testing that we have identified lot of queries performance is affected badly and i want to trace those …
Firewall rule or virtual network setup or for ADF / Azure SQL Server
Nov 8, 2018 · I have a standard copy activity in my azure data factory that writes data into an azure sql database. What firewall rule or virtual network setup do I need to set up.
ADF and multi-tenant Azure SQL Databases
Mar 15, 2017 · In my scenario, I have to copy some data from CSV files from Data Lake into Azure SQL Database in multi-tenant environment (Azure SQL DBs and Elastic Pools). Is there any way to …