Hello,
I have this statement to copy file from location a to location b. I ran this in query analyser, it says file copied but i dont see file in destination folder.Please advice.
Here is code.
DECLARE @fn char(6),
@cmd varchar(100)
SET @fn = REPLACE(CONVERT(char(8), getdate(), 1), '/', '')...