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

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

Withdata Software Released SqlLobEditor Version 2.3

Withdata software has announced sqllobeditor 2.3, a tool that helps you edit SQL Server lob ([image, varbinary(max)] (blob), [text, ntext, varchar(max), nvarchar(max)] (clob)) data directly. Version 2.3 Add “Create sub folders by field name”. Add “turning off log” in ... Read more

Withdata Software Released MsSqlToExcel Version 2.1

Withdata software has announced mssqltoexcel 2.1, a data conversion tool that export SQL Server data to excel. Version 2.1 Add “turning off log” in command line. Fix bug when logon to SQL Server name with “\”. Withdata MsSqlToExcel – Tool for exporting SQL Server ... Read more