Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 594 Bytes

File metadata and controls

19 lines (14 loc) · 594 Bytes

SQL SERVER Table Tree

Alt text

Dekstop app to build a table tree from SQL Server Database. The app uses table's relationship to build the tree, uses recursion, so it goes as deep as your DB complexity.

Highlights

  • The process runs on background (thread)
  • The result is shown as Json Treeview
  • Uses table's relationships to build the tree
  • Measures process time
  • Exports Excel (thanks to https://docs.aspose.com/cells/net/)
  • Exports Json File

Screenshots

Alt text

Thanks!