An open API service indexing awesome lists of open source software.

https://github.com/datajuggler/sqlsnapshotdesktop

SQLSnapshot Desktop is a demo of NuGet package DataJuggler.SQLSnapshot, which allows you to export a SQL Server database including all data rows to Excel with just a connection string and a path to save.
https://github.com/datajuggler/sqlsnapshotdesktop

Last synced: over 1 year ago
JSON representation

SQLSnapshot Desktop is a demo of NuGet package DataJuggler.SQLSnapshot, which allows you to export a SQL Server database including all data rows to Excel with just a connection string and a path to save.

Awesome Lists containing this project

README

          

# DemoSQLSnapshot
This WinForms project is a sample for Nuget package DataJuggler.SQLSnapshot, which allows you to export a SQL Server database and all data rows to Excel with just a connection string and a path to save the Excel sheet with a .xlsx extension.

In this video I show you how to export an entire SQL Server database and all data rows using only 3 lines of code (in 18 minutes - I should have created a console app).

How To Export SQL Server Data To Excel Using C#

DataJuggler.SQLSnapshot Repository
https://github.com/DataJuggler/SQLSnapshot

Let me know if anyone would like a release (install) version of this project.

# News
7.24.2023: DataJuggler.SQLSnapshot has been updated because of updates to NuGet package
DataJuggler.Excelerate