Hi,
I am getting error "The system cannot find the path specified." using xp_cmdshell, tyring to copy file from one folder to another. Following is code i execute:
DECLARE @fn char(6),
@cmd varchar(100)
SET @fn=REPLACE(convert(char(8),ge
↧