2021-05-17
420 reads
2021-05-17
420 reads
2021-05-03
480 reads
This article will describe how to add your local timestamp at the end of the each file in Azure Data Factory (ADF). In general, ADF gets a UTC timestamp, so we need to convert the timestamp from UTC to EST, since our local time zone is EST. For example, if the input Source file name […]
2021-04-22
29,510 reads
2021-04-20
499 reads
This article will help you to work with Store Procedure with output parameters in Azure data factory.
2021-04-06
33,260 reads
Unlike an on premises SQL Server, Integration Services (SSIS) works very differently on Azure. If there are requirements to run our existing SSIS packages on Azure, then we need to understand our options. In this article we will talk about our options for migrating SSIS to Azure and what components are required to migrate SSIS packages. […]
2021-04-05 (first published: 2021-03-22)
9,137 reads
In this article our objective is to showcase how to leverage Azure Data Factory (ADF) and a custom script to upload data in Azure MySQL database when we have CSV files with different schemas. As there is no straightforward way to upload data directly using ADF for this given scenario, it will actually help to […]
2021-03-04
3,216 reads
In this article we will cover how to capture and persist Azure Data Factory pipeline errors to an Azure SQL Database table.
2021-02-16
2021-01-14
45,484 reads
2020-11-23
456 reads
By DataOnWheels
Hello data friends! Had a blast at my first ever M365 Community Day this...
By Steve Jones
One interesting concept in SQL Server is Deferred Name Resolution. This is something many...
By Kevin3NF
Common Reasons for Emergency SQL calls If you are a production DBA (or Accidental...
Comments posted to this topic are about the item List the Databases To Which...
We rebuilt a bunch of indexes that had avg_fragmentation_in_percent>30. Now we have 1 job...
Good Afternoon. I have been manually running an SSIS package on an adhoc basis,...
What is returned from the following query ?
declare @currentDateTime DATETIME = '2025-01-01 00:00:00.000' select dateadd(hour, 3.0/2, @currentDateTime);See possible answers