Thanks, Im really close.. but it returns the following:
Access is denied.
0 file(s) moved.
How can I solve this?
TabAlleman
T-SQL doesn't have any native commands for accessing the file system. You can execute xp_cmdshell to issue DOS commands from SQL.
Otherwise, here's a good place to start: