2021-09-15
411 reads
2021-09-15
411 reads
This article helps to create a data flow in Azure Data Factory, add conditional split logic to the flow, and transfer data from a file to an Azure SQL Database.
2021-07-05 (first published: 2021-06-04)
5,572 reads
2021-05-26 (first published: 2021-04-30)
8,475 reads
This article will help you to work with Store Procedure with output parameters in Azure data factory.
2021-04-06
32,692 reads
Azure SQL Database is getting the ability to turn off SQL authentication.
2021-04-06 (first published: 2021-03-23)
766 reads
2020-12-17
533 reads
In this tip we will go through the steps for setting up customer managed keys or Bring your own key (BYOK) to be used for transparent data encryption for an Azure SQL Database.
2020-12-08
2020-11-19
80 reads
2020-10-23
475 reads
Learn how you can use Change Tracking to incrementally load data with Azure Data Factory
2022-04-18 (first published: 2020-10-13)
15,783 reads
I spend my days working on and managing SQL Server instances—working days at least,...
Want to learn SQL and get some real practice this December? Check out the...
By Steve Jones
A new feature added to Redgate Monitor Enterprise automatically. CIS compliance is something many...
Comments posted to this topic are about the item How to Repair Corrupt MySQL...
Comments posted to this topic are about the item The Funny Dynamic SQL
We have veeam backups happening everyday on a server where all sql databases are...
What happens when I run this code:
EXEC sp_executesql N'PRINT 1; GO';See possible answers