Commit for development environment setup

This commit is contained in:
2023-06-19 16:12:33 -04:00
parent be72063a3c
commit bbce2ad0a6
2209 changed files with 1171775 additions and 625 deletions

6
PROMS/SQL/BGEVLV.sql Normal file
View File

@@ -0,0 +1,6 @@
select text, count(*) howmany from
(select vn.foldername, itemid, dbo.ve_getshortpath(itemid) location, text, vi.formatid from contents cc
join vefn_getversionformatitems('') vi on vi.contentid = cc.contentid
join vefn_getversionnames() vn on vn.versionid = vi.versionid
where type = 20007 and vi.formatid = 16) ftnt
group by text