Returns information about the files in the specified directory and/or subdirectories (if requested) and the total bytes for those files. Directory names are excluded so that the total bytes can be computed using the compute clause but you can specify that they be included at the expense of no total bytes. This sp uses the bcp utility and tries to figure out the correct path when SQL 7.0 and SQL 2000 are both installed, however, you can include a bcp path parameter for non-standard installations.
Microsoft changed the output format results of "dir /a /X /-C /TC
" from Windows 2000 to Windows 2003. This updates the code to reflect the changes so the code will work on either platform.