Want to batch copy data from MongoDB collections to SQL Server tables?
Using MongoToDB, a native GUI tool, you can batch copy data from MongoDB collections to SQL Server tables easily and fast.
- Can run in GUI mode, Step by Step, just a few mouse clicks.
- Can run in Command line, for Scheduled Tasks and Streams.
- Support all MongoDB deployment types: standalone, replica set, sharded cluster, and MongoDB Atlas.
- Support Windows, Linux, macOS.
Batch copy data from MongoDB collections to SQL Server tables
Login to MongoDB and SQL Server -> Select MongoDB collections -> Set SQL Server tables -> Copy MongoDB collections to SQL Server
Login to MongoDB.
Login to SQL Server.
Click “Import All Collections” at task dialog.
then show the wizard.
1. Select MongoDB collections.
2. Target SQL Server tables, choose “Import Type”.
3. Map MongoDB collections to SQL Server tables.
4. Summary.
5. Batch copy MongoDB data to SQL Server.
Click “View”, See SQL Server table data.
Copy data from MongoDB collections to SQL Server in command line
Save session, and then create .bat file for Windows command line, or .sh file for Linux / macOS.
Set scheduled tasks for coping data from MongoDB collections to SQL Server
You can schedule and automate this converting task by:
1) Save session and create .bat file.
2) Set scheduled task for Windows.
More about MongoToDB – the tool to copy MongoDB data to SQL Server.