Viewing post 1 (of 2 total)
SELECT @sCmd = 'copy "' + @ReportPath + '\'+ @sYYYY +'\'+ @sYYYYMMDD + '\EERS'+ @CGAppID + '.txt.' + @nInstallshieldID + '" '+ @ReportPath --02/05/05 Solomon M
EXEC @nRetCode = master..xp_cmdshell @sCmd
July 27, 2006 at 5:48 am
#651836