added files from swmgmt03

This commit is contained in:
Schork Thierry (Galenica - ADM)
2025-09-22 09:00:00 +02:00
parent de97031b1e
commit 63d058a7eb
67 changed files with 13300 additions and 1 deletions

View File

@@ -21,7 +21,6 @@ SELECT t.name AS TableName,
WHERE i.object_id > 255
-- AND i.index_id IN ( 0, 1 ) --0=heap, 1= clustered
AND t.name NOT LIKE 'dt%'
AND t.name LIKE '%'
AND [t].[is_ms_shipped] = 0
AND i.object_id > 255
GROUP BY t.name,