Update SQL Server table through CSV via command line on Windows

Want to import CSV to update rows in SQL Server table via command line on Windows? Using mssql-cmd, a Command-Line client for SQL Server, you can import CSV/TSV/TXT data to update existing SQL Server table easily and fast. Support Windows, Linux, and MacOS. Download mssql-cmd Windows version ... Read more

Append CSV data to SQL Server table via command line on MacOS

Want to append the data from CSV file to the existing SQL Server table via command line on MacOS? Using mssql-cmd, a Command-Line client for SQL Server, you can append CSV/TSV/TXT data into existing SQL Server table easily and fast. Support Windows, Linux, and MacOS. Download mssql-cmd MacOS ... Read more

Append CSV data to SQL Server table via command line on Windows

Want to append the data from CSV file to the existing SQL Server table via command line on Windows? Using mssql-cmd, a Command-Line client for SQL Server, you can append CSV/TSV/TXT data into existing SQL Server table easily and fast. Support Windows, Linux, and MacOS. Download mssql-cmd ... Read more

Export data from SQL Server query results to MongoDB collection without programming

Want to export SQL Server query results to MongoDB? Using DBToMongo, a native GUI tool, you can export SQL Server query result to MongoDB collection easily and fast, just a few mouse clicks! Support all MongoDB deployment types: standalone, replica set, sharded cluster, and MongoDB ... Read more

Batch transfer data from SQL Server tables to MongoDB collections without programming

Want to batch transfer data from SQL Server tables to MongoDB? Using DBToMongo, a native GUI tool, you can batch transfer data from SQL Server tables to MongoDB easily and fast, just a few mouse clicks! Support all MongoDB deployment types: standalone, replica set, sharded cluster, and MongoDB ... Read more

Export MongoDB query results to SQL Server table without programming

Want to transfer data from MongoDB query results to SQL Server table? Using MongoToDB, a native GUI tool, you can transfer data from MongoDB query results to SQL Server table easily and fast, just a few mouse clicks! Support all MongoDB deployment types: standalone, replica set, sharded ... Read more

Batch transfer data from MongoDB collections to SQL Server tables without programming

Want to batch transfer data from MongoDB collections to SQL Server ? Using MongoToDB, a native GUI tool, you can batch transfer data from MongoDB collections to SQL Server easily and fast, just a few mouse clicks! Support all MongoDB deployment types: standalone, replica set, sharded cluster, ... Read more

Batch import RTF files into SQL Server [IMAGE, VARBINARY(MAX)] (BLOB) without programming

Want to batch import RTF (Rich Text Format) documents into SQL Server [TEXT, NTEXT, VARCHAR(MAX), NVARCHAR(MAX)] (CLOB) or [IMAGE, VARBINARY(MAX)] (BLOB) column? Using SqlLobEditor, you can import bulk rtf files into SQL Server [TEXT, NTEXT, VARCHAR(MAX), NVARCHAR(MAX)] (CLOB) or [IMAGE, ... Read more