If anyone can help me with this it would be appreciated.
I'm running a DTS job which has a stored procedure in it, that tries to do either a xp_cmdshell 'move' or 'erase' command in it. The problem is that I can get this code to work from a stored procedure from within the query analyzer, but not when this runs as a DTS job either scheduled or manually run. I can copy the file using 'xp_cmdshell copy'.
Any help would be appreciated.
B.
I'm running a DTS job which has a stored procedure in it, that tries to do either a xp_cmdshell 'move' or 'erase' command in it. The problem is that I can get this code to work from a stored procedure from within the query analyzer, but not when this runs as a DTS job either scheduled or manually run. I can copy the file using 'xp_cmdshell copy'.
Any help would be appreciated.
B.