SQL Server to SingleStore
Migrate Microsoft SQL Server tables and data into SingleStore.
MySQL-compatible real-time analytics migration and synchronization
Move data to and from SingleStore with DBConvert and DBSync tools for distributed SQL, in-memory performance, and real-time analytics workloads.
SingleStore (formerly MemSQL) is a distributed SQL database that speaks the MySQL wire protocol. DBConvert connects to it as a MySQL target, so moving data into SingleStore works the same way as a migration into MySQL.
Point a supported source at your SingleStore endpoint and DBConvert maps the data types, creates the tables, and transfers the rows.
Plan for this up front: SingleStore does not enforce foreign keys. DBConvert transfers tables and data, but referential integrity moves to your application.
Each tool connects to SingleStore as a MySQL target. Pick where your data is coming from.
Migrate Microsoft SQL Server tables and data into SingleStore.
Move Oracle Database schema and data into SingleStore.
Same wire protocol - DBConvert Studio handles the transfer into SingleStore.
Migrate Firebird or InterBase databases into SingleStore.
Move Microsoft Access tables into SingleStore.
Load SQLite data into SingleStore.
FoxPro/dBase and other MySQL-family sources work too - see all MySQL-family tools.
SingleStore is MySQL-compatible on the wire, but its storage model differs. Account for these before the run:
SingleStore does not support foreign key constraints. DBConvert transfers tables and rows; enforce referential integrity in the application layer.
Data distribution and columnstore are SingleStore's own design. DBConvert creates standard tables - set shard and sort keys in SingleStore afterwards for performance.
SingleStore generates code the first time a schema loads, so the initial run is slower than MySQL. It speeds up once tables are compiled.
Connect with a standard MySQL connection string to the SingleStore endpoint - host, port, user, and SSL from your SingleStore deployment.
DBConvert Streams is a separate product for continuous, log-based change data capture. The DBConvert and DBSync tools on this page cover migration, scheduled sync, and trigger-based sync.
Download the converter for your source above and run the first job on a free trial.