|
1 | | --- Compile Date: 03/23/2025 18:51:46 UTC |
| 1 | +-- Compile Date: 03/24/2025 13:48:58 UTC |
2 | 2 | SET ANSI_NULLS ON; |
3 | 3 | SET ANSI_PADDING ON; |
4 | 4 | SET ANSI_WARNINGS ON; |
@@ -25754,24 +25754,6 @@ CREATE TABLE |
25754 | 25754 | ) |
25755 | 25755 | ); |
25756 | 25756 |
|
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 | | - |
25775 | 25757 | /*GET ALL THOSE DATABASES*/ |
25776 | 25758 | CREATE TABLE |
25777 | 25759 | #databases |
|
0 commit comments