commit 11.12

This commit is contained in:
Developer01
2025-12-11 14:39:42 +01:00
parent b6a6495f52
commit 670f58e1fa
15 changed files with 229 additions and 123 deletions

View File

@@ -28,7 +28,7 @@ End
SELECT type, *
FROM sys.objects
WHERE OBJECT_DEFINITION(object_id) LIKE '%NCHAR(39)%'
WHERE OBJECT_DEFINITION(object_id) LIKE '%TBCUST_WM_FOLDERS%'
--AND type IN ('V')
ORDER BY name