Skip to content

Commit f807476

Browse files
author
Darling Data
committed
Automation: Format and Build SQL File [skip ci]
1 parent 7b3b0c8 commit f807476

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Install-All/DarlingData.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Compile Date: 04/06/2026 03:09:14 UTC
1+
-- Compile Date: 04/06/2026 12:14:51 UTC
22
SET ANSI_NULLS ON;
33
SET ANSI_PADDING ON;
44
SET ANSI_WARNINGS ON;
@@ -36898,7 +36898,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3689836898
HAVING
3689936899
COUNT_BIG(DISTINCT qs.plan_handle) > 1
3690036900
ORDER BY
36901-
COUNT_BIG(DISTINCT qs.plan_handle) DESC
36901+
COUNT_BIG(DISTINCT qs.plan_handle) DESC,
36902+
SUM(qs.total_worker_time) DESC
3690236903
OPTION(RECOMPILE, MAXDOP 1);
3690336904

3690436905
RETURN;

0 commit comments

Comments
 (0)