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:
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: