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.
Before execute, remember to fill the variables above with yours database credentials and tables that you want to copy: # Connection config for SQL Server Database server = '<server>\\MSSQLSERVER' user ...