Über Devart SSIS Data Flow Components for MySQL

SSIS-Quell-, Such- und Zielkomponenten für MySQL.

Devart SSIS Data Flow Components for MySQL allow you to integrate MySQL data with other databases and cloud applications via SQL Server Integration Services (SSIS). They include optimized MySQL Source, MySQL Destination, and MySQL Lookup components and provide their own MySQL Connection Manager with lots of MySQL-specific connectivity features.

With Devart SSIS Data Flow Components for MySQL you can:

  • Quickly build SSIS-based integration solutions for MySQL
  • Automate MySQL integration via SSIS Data Flow tasks
  • Import and export CSV files to MySQL
  • Synchronize MySQL with SQL Server or other data sources

MySQL-specific Connection Features

  • The SSIS components for MySQL include their own connection manager, offering support for a lot of MySQL-specific and other features. It allows you to create secure SSH and SSL connections to MySQL, tunnel MySQL connections via the HTTP protocol, use data compression, etc.

Convenient Devart MySQL Source Editor

  • Devart MySQL Source component offers a convenient editor, which displays all the connection tables and their columns and allows you to quickly build a query to MySQL via drag-n-drop. It also displays the list of available system and user variables of the package, allowing you to quickly add them to your select statements. If necessary, you can also quickly preview data, returned by the source, and check whether you query returns what you need.

Advanced Lookup Optimizations

  • Devart MySQL Lookup component offers very high performance because of the advanced optimization techniques used. It uses select statements that check several rows at once, and caches the returned results to reduce the number of round-trips to the server.

Database-specific Optimizations in Devart MySQL Destination

  • To speed up loading data to MySQL, Devart MySQL Destination uses INSERT statements, inserting multiple rows at once. It can optionally use INSERT DELAYED statements and optionally lock the table during data loading operation.