Quantcast
Channel: SQLServerCentral.com Content tagged etl
Viewing all articles
Browse latest Browse all 57

SQL-only ETL using a bulk insert into a temporary table (SQL Spackle)

$
0
0

This article demonstrates a method of importing a data file directly into a temporary table and selectively inserting data from the temporary table into a SQL Server table, all in a single set of SQL commands.


Viewing all articles
Browse latest Browse all 57

Trending Articles