microsoft / SqlNexus

SQL Nexus is a tool that helps you identify the root cause of SQL Server performance issues. It loads and analyzes performance data collected by SQL LogScout, SQLDiag or PSSDiag. It can dramatically reduce the amount of time you spend manually analyzing data.
MIT License
348 stars 99 forks source link

Change behavior of Import form: when the db already has Nexus data, don't close the form #216

Closed PiJoCoder closed 1 year ago

PiJoCoder commented 1 year ago

The current behavior is the Import form would close and go back to main form, when the existing database already contained Nexus imported data. Changing the behavior to stay on same form now. The reason is that most frequently the user wants to drop the existing db as a choice and does not need to back back to main form. This saves several clicks to have to open the import form again Also, make the Close button visible.

PiJoCoder commented 1 year ago

To test, try to import data in an existing SQL Nexus db that has prior data imported into it. You will be told that there is already data but the Import diaglog will not close like it used to do.