Azure DWH part 10: WPF and Azure SQL Data Warehouse
In this article, we will show how to create a WPF application and show how to insert data to ASDW.
2017-07-10
835 reads
In this article, we will show how to create a WPF application and show how to insert data to ASDW.
2017-07-10
835 reads
In part 5 of this series covering Azure SQL Data Warehouse, Arshad Ali looks at performance optimization.
2017-06-23
3,202 reads
Azure SQL Data Warehouse is a new enterprise-class, elastic petabyte-scale, data warehouse service. Join Arshad Ali as he discusses round-robin and distributed tables, and how to create them. He also discusses how partitioning works in SQL Data Warehouse and looks at the impact of choosing the right distribution key. As a bonus Arshad shows you how to leverage PolyBase to quickly and easily import or export data from SQL Data Warehouse.
2017-05-25
3,392 reads
In this new article, we will learn how to access to our Azure DWH tables using C#.
2017-05-15
2,334 reads
Microsoft introduced Azure SQL Data Warehouse, a new enterprise-class, elastic petabyte-scale, data warehouse service that can scale according to organizational demands in just few minutes. In this article, Arshad Ali discusses the different types of tables you can create in SQL Data Warehouse, how they impact performance and the best practices around them.
2017-04-28
3,633 reads
2017-04-25
877 reads
In this next installment of our series on Azure SQL Data Warehouse, we'll look at tables and the options for how we decide to create them for optimum performance.
2017-04-18
2,122 reads
Learn how you can create an Azure SQL Warehouse database quickly and easily.
2017-04-14
947 reads
2017-04-10
864 reads
Learn how to scale an Azure SQL Datawarehouse up or down, and how to pause it when not in use.
2017-04-10
470 reads
Here’s the scenario: one of my SQL Server instances migrated to the DR array....
By Steve Jones
We are product focused at Redgate Software. Here is another of our values that...
By Zikato
A fugitive cyber-criminal, a wingsuit, and 24 million flight records. Somewhere between Doha and...
Comments posted to this topic are about the item The SQL Server 2016 Plan
hi, a few years ago was at a very large company that bought a...
Comments posted to this topic are about the item Implicit Conversions Cripple SQL Server
In SQL Server 2025, I run this code:
select bit_count(-1)What is returned? See possible answers