Export data from SQL Server to JSON via command line on Linux

Want to export SQL Server data to JSON Lines (JSONL) file via Command Line Interface (CLI) on Linux (Ubuntu/RedHat/CentOS…)? Using mssql-cmd, Command Line Interface (CLI) client for SQL Server, you can unload SQL Server data to JSON easily and fast. Direct Interaction or Scripting and ... Read more

Import data from JSON to SQL Server via command line on Linux

Want to import data from JSON Lines (JSONL) to SQL Server via Command Line Interface (CLI) on Linux (Ubuntu/RedHat/CentOS…)? Using mssql-cmd, a Command Line Interface (CLI) client for SQL Server, you can import data from JSON Lines to SQL Server easily and fast. Direct Interaction or ... Read more

Import data from TSV to SQL Server via command line on Linux

Want to import data from TSV file to SQL Server via Command Line Interface (CLI) on Linux (Ubuntu/RedHat/CentOS…)? Using mssql-cmd, a Command Line Interface (CLI) client for SQL Server, you can import data from TSV file to SQL Server easily and fast. Direct Interaction or Scripting and ... Read more