Skip to content

Commit c8dbad7

Browse files
author
Darling Data
committed
Automation: Format and Build SQL File
1 parent e890826 commit c8dbad7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Install-All/DarlingData.sql

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Compile Date: 09/08/2025 12:37:28 UTC
1+
-- Compile Date: 10/08/2025 13:08:35 UTC
22
SET ANSI_NULLS ON;
33
SET ANSI_PADDING ON;
44
SET ANSI_WARNINGS ON;
@@ -38057,15 +38057,15 @@ BEGIN
3805738057
SUM(qsrs.count_executions * (qsrs.avg_logical_io_writes * 8.)) / 1024.,
3805838058
SUM(qsrs.count_executions * qsrs.avg_clr_time) / 1000.,
3805938059
SUM(qsrs.count_executions * (qsrs.avg_query_max_used_memory * 8.)) / 1024.,
38060-
SUM(qsrs.count_executions * qsrs.avg_rowcount),' +
38060+
SUM(qsrs.count_executions * qsrs.avg_rowcount)' +
3806138061
CASE
3806238062
@new
3806338063
WHEN 1
3806438064
THEN N',
3806538065
SUM(qsrs.count_executions * (qsrs.avg_num_physical_io_reads * 8)) / 1024.,
3806638066
SUM(qsrs.count_executions * qsrs.avg_log_bytes_used) / 100000000.,
3806738067
SUM(qsrs.count_executions * (qsrs.avg_tempdb_space_used * 8)) / 1024.'
38068-
ELSE N'
38068+
ELSE N',
3806938069
NULL,
3807038070
NULL,
3807138071
NULL'
@@ -39032,7 +39032,6 @@ WHERE EXISTS
3903239032
1/0
3903339033
FROM #query_store_plan AS qsp
3903439034
WHERE qsqv.query_variant_query_id = qsp.query_id
39035-
AND qsqv.dispatcher_plan_id = qsp.plan_id
3903639035
)
3903739036
OPTION(RECOMPILE);' + @nc10;
3903839037

0 commit comments

Comments
 (0)