File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff 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*/
12871269CREATE TABLE
12881270 #databases
You can’t perform that action at this time.
0 commit comments