How can we help you today? How can we help you today?
csuire
I upgraded to version 1.4.9.1233 to test if this defect was fixed. The issue is not fixed. Version 1.4.8 mentioned fixing something similar which is why I re-tested. This issue is not a big deal for me as I know to workaround it.   But if you don't realize some results will be missing, using the partial results displayed could cause problems! I'm curious if anyone else has run into it or can reproduce? Simple steps to reproduce: 1. Load 4 databases. Set options to use parallel execution against 2 databases at a time. 2. Run the query below and immediately switch to the "Results" tab to watch the results come in. 3. When footer showed "Script executed successfully on 4 databases", the results only had 3 rows. 4. Switching between Messages and Results tabs redraws the results and then all 4 database results are visible. Example Query: WAITFOR DELAY '00:00:05' SELECT 'test' Note: In a real example I might run a query against 500 to 1000 databases and don't need the WAITFOR delay.  The delay is only there in this simple example to give me time to switch to the results tab while the scripts are still running. Release Notes from February 2019 that looked sort of similar: At least it mentioned the results pane not updating in some cases... Version 1.4.8 SE-836: When a script returns quickly and there are no previous results, the results pane no longer fails to update until the treeview node is reselected Previous support email reply from RedGate from March 14, 2018: We've recently reviewed all the on-hold bugs, and we wanted to be 100% upfront and honest by letting you know that the bug is still on our radar but is not significantly widespread enough to be considered urgent. The bug still has a JIRA reference so the development team can refer to it, if plans for the product change in the future it may be looked at again. Unfortunately it isn't feasible, or common practice to fix all bugs encountered in a product. Although this particular bug isn't going to be addressed within the current plans for the product, we aim to fix as many as possible. / comments
I upgraded to version 1.4.9.1233 to test if this defect was fixed.The issue is not fixed.Version 1.4.8 mentioned fixing something similar which is why I re-tested. This issue is not a big deal for ...
0 votes
Thanks Eddie. I submitted the information by email as requested. For anyone else following this issue, to reproduce this problem, you must select the results grid as soon as possible and before all of the databases are processed. If you wait until after all of the databases are processed, then you will be selecting the results grid and forcing a draw of the results. The problem is that when watching the results stream in, the program doesn’t always draw all of the results into the grid. But a forced redraw by for example clicking Messages and then Results does fix the issue. I currently have about 1000 databases and am using 25 threads. This takes 9 seconds. That is enough time to switch to results grid under normal usage before all of the results are available. But I just reproduced this problem with 36 databases and 25 threads, by adding a WAITFOR DELAY to the query to give me time to switch to results and watch them stream in. I tried reproducing this issue with 5 databases and 2 threads, but wasn’t able to with a couple of attempts. Here is the query I used for the 36 database 25 thread test that did reproduce the issue: WAITFOR DELAY '00:00:03' SELECT 'test' / comments
Thanks Eddie. I submitted the information by email as requested. For anyone else following this issue, to reproduce this problem, you must select the results grid as soon as possible and before al...
0 votes
An alternative to get status in bulk. Though unsure of which versions of SQL this works with... SELECT name, state_desc FROM sys.databases / comments
An alternative to get status in bulk. Though unsure of which versions of SQL this works with... SELECT name, state_desc FROM sys.databases
0 votes
Thanks for the update. I'm using Windows 8.1 -- still need to upgrade to Windows 10. Any my favorite new feature is the script progress indicator. Thanks for whoever added that! / comments
Thanks for the update. I'm using Windows 8.1 -- still need to upgrade to Windows 10. Any my favorite new feature is the script progress indicator. Thanks for whoever added that!
0 votes