We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d12348 commit 732efebCopy full SHA for 732efeb
Server-Side Components/Background Scripts/Table Growth Analysis/README.md
@@ -0,0 +1,18 @@
1
+# Table Size Analysis Script
2
+
3
+This script checks the number of records in selected ServiceNow tables and shows how many were created in the last 30 days.
4
5
+## Tables Checked
6
+- `task`
7
+- `cmdb_ci`
8
+- `sc_cat_item`
9
10
+## What It Does
11
+- Logs the start of the analysis.
12
+- Counts total records in each table.
13
+- Counts records created in the last 30 days.
14
+- Logs both counts to the system log.
15
16
+## How to Use
17
+1. Add or remove table names in the `tablesToCheck` list.
18
+2. Run the script in a background script or scheduled job.
0 commit comments