Stairway to U-SQL
As Microsoft continues to expand the Azure platform, they have enhanced its ability in ways that are quite different from what we've come to expect from SQL Server. Learn about the new language from Microsoft, U-SQL, designed to work with Data Lakes and Big Data in Azure.
- An introductory guide to querying files in Azure Data Lakes using Microsoft's U-SQL language.
- Following on from our introduction to U-SQL, we take a look at how a typical U-SQL statement is constructed.
- In part 3 of the U-SQL Stairway, we look at how multiple files can be processed with a single U-SQL statement.
- A guide to using Visual Studio to create U-SQL projects and scripts.
- A guide to using databases, schemas and tables in Azure Data Lakes, using (of course!) U-SQL.
- Find out how to speed up your queries by indexing and partitioning data, U-SQL style.
- Following on from our previous introduction to indexes and partition schemes, we review the distribution schemes used by horizontal partitioning.
- U-SQL provides a number of ways to join data sources together. This articles introduces the joins available and how you can use them.
- Learn how U-SQL views can hide complexity and use C# expressions, providing powerful ways to format and return your data.
- Table-Valued Functions and User-Defined Types can help you write parameterised U-SQL views in an elegant manner. They also aid code reuse.
- To finish off our look at the core database objects, we inspect how the venerable stored procedure works in U-SQL.
- U-SQL introduces two new data types - SQL.ARRAY and SQL.MAP. Here, we look at what we can do with SQL.ARRAY and the CROSS APPLY EXPLODE expression.
- We met SQL.ARRAY in the last step. Now say hello to SQL.MAP, which can store pairs of values.
- Learn how U-SQL leverages C# to support flexible scalar functions in your scripts.
- In this article, see how to created shared functions using C# assemblies in U-SQL.
- Delve behind the scenes and learn about the catalog used to manage Azure Data Lakes.
- Automate your Data Lake with PowerShell! Learn how PowerShell can be used to execute U-SQL scripts, as well as a few other little tricks.
- Learn how PowerShell can be used to manage files and folders in your Data Lake.
- Need to inspect your Data Lake objects and files? Want to automate the process? Find out how with PowerShell.
- Did you know you can query SQL Server data with U-SQL? It's true! Find out how in this latest stairway step.
- Learn how you can move data from your Data Lake to Azure SQL Database with Azure Data Factory.