Skip to content

Commit

Permalink
Automation: Format and Build SQL File
Browse files Browse the repository at this point in the history
  • Loading branch information
Darling Data committed Aug 27, 2024
1 parent a778286 commit ec9d022
Show file tree
Hide file tree
Showing 5 changed files with 864 additions and 237 deletions.
10 changes: 5 additions & 5 deletions Helper Views/WhatsUpMemory.sql
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ FROM sys.dm_os_buffer_descriptors AS obd
INNER HASH JOIN
(
SELECT
schema_name =
schema_name =
s.name,
object_name =
o.name,
Expand All @@ -106,7 +106,7 @@ INNER HASH JOIN
UNION ALL

SELECT
schema_name =
schema_name =
s.name,
object_name =
o.name,
Expand All @@ -131,7 +131,7 @@ INNER HASH JOIN
UNION ALL

SELECT
schema_name =
schema_name =
s.name,
object_name =
o.name,
Expand All @@ -158,5 +158,5 @@ GROUP BY
x.schema_name,
x.object_name,
x.index_name
ORDER BY
COUNT_BIG(*) DESC;
ORDER BY
COUNT_BIG(*) DESC;
Loading

0 comments on commit ec9d022

Please sign in to comment.