djjd47130 / sql-executer

Execute Large SQL Scripts with GO Statements Using ADO
5 stars 2 forks source link

Implement database browsing in tree view #14

Open djjd47130 opened 9 years ago

djjd47130 commented 9 years ago

This is already partially implemented, displaying server connections and their databases in a tree on the left. However, this needs to be expanded to display:

  1. Tables in a database
  2. Stored procedures in a database
  3. Viewing detailed information in object selected view
  4. Right-click popup menu
  5. More information as needed...