This code sample demonstrates how to load an Azure SQL Data Warehouse using the .NET SqlBulkCopy class.
About this sample
Before you begin
Disclaimers
Related links
- Applies to: SQL Server 2012 (or higher) Enterprise / Developer / Evaluation Edition, Azure SQL Database, Azure SQL Data Warehouse
- Key features:
- Bulk Loading via .NET
- Workload: Data Loading
- Programming Language: .NET C#, T-SQL
- Authors: Matt Usher [TwoUnder]
To run this sample, you need the following prerequisites.
Software prerequisites:
- SQL Server 2012 (or higher), an Azure SQL Database, or an Azure SQL Data Warehouse.
- Visual Studio 2015 (or higher).
The code included in this sample is not intended to be a set of best practices on how to build scalable enterprise grade applications. This is beyond the scope of this quick start sample.
For more information, see these articles:
- [Azure SQL Data Warehouse] (http://aka.ms/sqldw)