Bulk importing data into SQL Server
Posted March 25th, 2008 by Andrew PopoffIf you work with databases, at some point, you’ll deal with inserting data into SQL Server from outside data files. This tutorial shows how to import data using the BULK INSERT command and explains how changing some of its options can make it easier and more efficient to insert data.
Read more
Leave a Reply