Info
| Version: | 3.7.2 | 
| Author(s): | Andreas Lennartz | 
| Last Update: | Thursday, October 16, 2025 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://www.etlbox.net/ | 
| NuGet Url: | https://www.nuget.org/packages/ETLBox.SqlServer | 
Install
Install-Package ETLBox.SqlServer
                        dotnet add package ETLBox.SqlServer
                        paket add ETLBox.SqlServer
                        
                                ETLBox.SqlServer Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- ETLBox(>= 2.3.0)
- Microsoft.Data.SqlClient(>= 2.1.0)
Tags
 
                
It enables integration with Microsoft SQL Server for handling structured data in ETL workflows.
ETLBox is a complete ETL (Extract, Transform, Load) library and data integration toolbox for .NET.
# Build scalable, code-first ETL pipelines for SQL, NoSQL, APIs, and flat files.
# Automate data movement, transformation, and synchronization with minimal memory usage.
# Ideal for data warehousing, migrations, and big data processing.
Simplify your data integration workflow:
ETLBox enables efficient, asynchronous data processing by reading from databases, APIs, and file formats like CSV, Excel, and JSON.
Transform data dynamically with row-based, batch, or lookup transformations, and read or write from/to multiple destinations in parallel.
Key Features:
* Stream large datasets efficiently without loading everything into memory
* Maximize performance with parallel, task-based data flow execution
* Connect to various data sources with built-in connectors or extend with custom components
For tutorials, examples, and documentation, visit:
https://www.etlbox.net/.