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.
- Host: GitHub
- URL: https://github.com/datajuggler/sqlsnapshotdesktop
- Owner: DataJuggler
- License: mit
- Created: 2023-04-16T13:47:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T16:18:13.000Z (over 2 years ago)
- Last Synced: 2025-01-31T11:16:31.480Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 47.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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