How do I list All Subdirectory Folders within a Folder in SQL Server 2016?
Say I have a Folder called Test
Foldertest
which contains
FolderA
FolderB
FolderC
I want to list all three Folders, and ignore all individual files.
Currently trying to utilize
EXEC xp_dirtree