dragnilar / Databvase

A (sorta) lightweight query tool for MS Sql Server that makes usage of DevExpress to provide a rich user interface
3 stars 1 forks source link

Large Stored Procedure/View/Function Scripts Make UI Unresponsive While Generating #21

Open dragnilar opened 6 years ago

dragnilar commented 6 years ago

Repro:

  1. Open Databvase
  2. Connect to a server
  3. Expand the object explorer to either views, functions or stored procedures
  4. Right click on one of the object types mentioned in step 3 that you KNOW has a large alter/create script
  5. Select to script it as either alter or create to a new query pane Result: While the script is generated the UI is unresponsive and no wait indicator is displayed.

NOTE: SSMS does NOT do this asynchronously...