Skip to content

Files

Latest commit

 

History

History

DapperGetDatabaseAndTableNamesApp

About

Example to get a database names and their table names and writes them to a simple text file and display in a tree view.

Do not run Get foreign keys' without changing ApplicationSettings.Catalogsetting inappsettings.json`

Menu

Before running

  1. If not using SQLEXPRESS, change it
  2. Under ApplicationSettings change the server if not using SQLEXPRESS
{
  "ConnectionsConfiguration": {
    "ActiveEnvironment": "Development",
    "Development": "Data Source=.\\SQLEXPRESS;Initial Catalog=master;Integrated Security=True;Encrypt=False"
  },
  "ApplicationSettings": {
    "Server": ".\\SQLEXPRESS",
    "Catalog": "NorthWind2024" 
  } 
}

Sample

Details