Comparing and Synchronizing Two Folders with Azure
In this article, we will compare two folders using PowerShell, the command prompt and other tools.
2017-05-30
2,327 reads
In this article, we will compare two folders using PowerShell, the command prompt and other tools.
2017-05-30
2,327 reads
In this new Azure Data Warehouse article, we will show how to insert data and retrieve it using PHP.
2017-05-22
626 reads
In this new article, we will learn how to access to our Azure DWH tables using C#.
2017-05-15
2,322 reads
In this chapter, we will show how to create a Machine Learning experiment from our Azure SQL Warehouse.
2017-05-05 (first published: 2016-06-14)
5,734 reads
In this article, we will show how to create reports in ASDW using SSRS
2017-03-27
1,559 reads
This time we explain how to recover an Azure SQL Data Warehouse (ASDW) from a disaster.
2017-03-20
3,642 reads
This time we will work with the sqlcmd to handle our Azure SQL Data Warehouse
2017-03-09
1,186 reads
In this article, we will use SSIS to import a CSV file to Azure SQL Data Warehouse.
2017-02-13
1,451 reads
We will teach how to create a new SQL Azure Data Warehouse using Powershell
2017-01-30
1,652 reads
In this article, we will learn how to use Visual Studio to query Azure SQL Data Warehouse tables and how to create a new table.
2017-01-25
2,747 reads
By ChrisJenkins
You could be tolerating limited reporting because there isn’t an off the shelf solution...
A while back I wrote a quick post on setting up key mappings in...
By Steve Jones
In 100 years a lot of what we take to be true now will...
Hello, I inherited a number of tables with like 20-30 column using nvarchar(256) in...
Hi, i'm running vs2022. I'm trying out a c# script that i'd like to...
I upgraded a SQL Server 2019 instance to SQL Server 2025. I wanted to test the fuzzy string search functions. I run this code:
SELECT JARO_WINKLER_DISTANCE('tim', 'tom')
I get this error message:Msg 195, Level 15, State 10, Line 1 'JARO_WINKLER_DISTANCE' is not a recognized built-in function name.What is wrong? See possible answers