Skip to content

Commit d2e45c0

Browse files
Merge pull request #539 from erikdarlingdata/dev
Update sp_QuickieStore.sql
2 parents 19e1df6 + c7795e1 commit d2e45c0

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

sp_QuickieStore/sp_QuickieStore.sql

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,24 +1265,6 @@ CREATE TABLE
12651265
)
12661266
);
12671267

1268-
/*Gonna try gathering this based on*/
1269-
CREATE TABLE
1270-
#query_hash_totals
1271-
(
1272-
database_id integer NOT NULL,
1273-
query_hash binary(8) NOT NULL,
1274-
total_executions bigint NOT NULL,
1275-
total_duration_ms decimal(19,2) NOT NULL,
1276-
total_cpu_time_ms decimal(19,2) NOT NULL,
1277-
total_logical_reads_mb decimal(19,2) NOT NULL,
1278-
total_physical_reads_mb decimal(19,2) NOT NULL,
1279-
total_logical_writes_mb decimal(19,2) NOT NULL,
1280-
total_clr_time_ms decimal(19,2) NOT NULL,
1281-
total_memory_mb decimal(19,2) NOT NULL,
1282-
total_rowcount decimal(19,2) NOT NULL,
1283-
PRIMARY KEY CLUSTERED(query_hash, database_id)
1284-
);
1285-
12861268
/*GET ALL THOSE DATABASES*/
12871269
CREATE TABLE
12881270
#databases

0 commit comments

Comments
 (0)