Archive for February, 2009

Finding filesizes

February 6, 2009 Posted Under: sql   Read More

Yesterday, I was tasked w/ finding and identify the filesize of some files located in some directory. SQL doesn’t really have a function to do this and neither does a straight up DOS’ dir command. Forunately, the Internet is a big place and someone wrote a one line syntax to do what I needed. @echo [...]