Skip to content

Commit 337714d

Browse files
author
Darling Data
committed
Automation: Format and Build SQL File
1 parent d2e45c0 commit 337714d

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

Install-All/DarlingData.sql

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Compile Date: 03/23/2025 18:51:46 UTC
1+
-- Compile Date: 03/24/2025 13:48:58 UTC
22
SET ANSI_NULLS ON;
33
SET ANSI_PADDING ON;
44
SET ANSI_WARNINGS ON;
@@ -25754,24 +25754,6 @@ CREATE TABLE
2575425754
)
2575525755
);
2575625756

25757-
/*Gonna try gathering this based on*/
25758-
CREATE TABLE
25759-
#query_hash_totals
25760-
(
25761-
database_id integer NOT NULL,
25762-
query_hash binary(8) NOT NULL,
25763-
total_executions bigint NOT NULL,
25764-
total_duration_ms decimal(19,2) NOT NULL,
25765-
total_cpu_time_ms decimal(19,2) NOT NULL,
25766-
total_logical_reads_mb decimal(19,2) NOT NULL,
25767-
total_physical_reads_mb decimal(19,2) NOT NULL,
25768-
total_logical_writes_mb decimal(19,2) NOT NULL,
25769-
total_clr_time_ms decimal(19,2) NOT NULL,
25770-
total_memory_mb decimal(19,2) NOT NULL,
25771-
total_rowcount decimal(19,2) NOT NULL,
25772-
PRIMARY KEY CLUSTERED(query_hash, database_id)
25773-
);
25774-
2577525757
/*GET ALL THOSE DATABASES*/
2577625758
CREATE TABLE
2577725759
#databases

0 commit comments

Comments
 (0)