Data Import Overview

Data import is a process of converting data stored in one format into another.

dbForge Fusion for SQL Server automates this process and offers a wizard to guide you. You will get a correct and painless way to:

One more benefit is that you can optimize your import by saving the import settings as a template for future usage for importing data with the help of the wizard, and get a customized import immediately next time.

To import data using the Data Import wizard, you need to do these simple steps:

  1. Select an import format and a file with the data that you want to import.
  2. Select a Target table (the one where you want to insert the imported data).
  3. Set additional options to customize the import.
  4. Set a correspondence between the Source file content and columns of the Target table.
  5. Adjust data formats for the Source data.
  6. Select a data processing mode, e.g., whether to add the records to the Target table or update the existing ones, or both.
  7. Define how Fusion for SQL Server should handle errors during import and whether to write a log file.

Note

When executing SQL queries in batches errors handling may be performed not as a user may expect it to be performed, because such queries will be executed till the end of the batch in any case, even if execution should have been aborted because of some errors inside the batch, and that’s default behavior of SQL server and cannot be changed.