mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
SQL Bulk Copy Sample
This code sample demonstrates how to load an Azure SQL Data Warehouse using the .NET SqlBulkCopy class.
Contents
About this sample
Before you begin
Disclaimers
Related links
About this sample
- 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]
Before you begin
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).
Disclaimers
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.
Related Links
For more information, see these articles:
- [Azure SQL Data Warehouse] (http://aka.ms/sqldw)