Skip to content
/ SQLtoCSV Public

SQLtoCSV - A Windows Tool to run SQL and produce fully qualified CSV

License

Notifications You must be signed in to change notification settings

deeja/SQLtoCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL to CSV tool for MSSQL

When SQL Server Management Studio (SSMS) is not enough

Click here to lend your support to: Beer and coffee money and make a donation at pledgie.com !

This is a simple program that fulfils specific requirements

  • You need a CSV created from a SQL query

Very simple to use. Just start it up and enter in the connection string, query and the output file name for the CSV.

SQLtoCSV Screenshot

Tech / 3rd Party Stuff

Why I built this / Issues with exporting from SMSS

The issue is the delimitation. If a data cell contains a comma and line break, then the export tool kind of ignores it by default.

There is a setting inside of SSMS that supposedly fixes this, but it still has issues. The line breaks can still leave broken unusable CSV records.

Todo's

  • Command line version
  • Support MySQL and other abitrary SQL solutions
  • Save state / Remember settings

Versions

  • v1 - Initial release with basic functionality of querying against a database, which is saved to a file. Simples.

About

SQLtoCSV - A Windows Tool to run SQL and produce fully qualified CSV

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages