Tomaz.tsql

viewing files on disk

From time to time, it is very usefull to see the files on disk (folder, sub-folder, etc.)

 

simple sql query returns the results:

 

EXEC Xp_dirtree 'c:\asp', 1, 1

 

where "c:\asp"  is a folder named "asp" on drive c:\

it will return all files under root folder asp.

Posted: Jan 01 2013, 07:41 PM by Tomaz.tsql | with no comments
Filed under: ,

Comments

No Comments