#azure
Read more stories on Hashnode
Articles with this tag
The following are some notes about the connection from Power BI to Azure DevOps data. 1. Create the token from Azure DevOps To read your Azure DevOps...
1. Create the Logic App Choose the "Consuption" type. 2. Design the Logic App Start with the common trigger "When a HTTP request is received" In the...
1. XML documents in SQL Server and Azure SQL Database While JSON uses nvarchar type, XML has a dedicated column type of the same name in SQL Server...
These contents working in SQL Server 2016 and later and Azure SQL Database. 1. JSON documents in SQL Server Use nvarchar(max) data type to store JSON...
Temporal table: to provide information about data in a table at any point in time.On SQL Server from the 2016 version. -- This statement creates a...
In this demo I assume you have already configured a pipeline in Azure Data Factory and you want only to send an email at the end of it. 1. Create a...