1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/features/sql-bulk-load/azure-dw-dotnet-sql-bulk-load
Jovan Popovic aeca8bde3e Import from Azure Blob + several minor changes
1. Added two additional scripts in Belgrade Product catalog demo
2. Added Channel9 JSON demo script.
3. Added BULK IMPORT from Blob Storage sample
2017-01-08 01:43:15 +01: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

  1. Applies to: SQL Server 2012 (or higher) Enterprise / Developer / Evaluation Edition, Azure SQL Database, Azure SQL Data Warehouse
  2. Key features:
    • Bulk Loading via .NET
  3. Workload: Data Loading
  4. Programming Language: .NET C#, T-SQL
  5. Authors: Matt Usher [TwoUnder]

Before you begin

To run this sample, you need the following prerequisites.

Software prerequisites:

  1. SQL Server 2012 (or higher), an Azure SQL Database, or an Azure SQL Data Warehouse.
  2. 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.

For more information, see these articles: