Hi,
Can you please advice me on how to execute the robocopy command which supposed to get dynamic input - filename
and do the copy operation thru xp_cmdshell (i.e) thru t-sql
sample:
Set _filename = <source>+filename.txt
robocopy _filename <dest>
R.Manjunathan