Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Xp_cmdshell returns error code 128

    SELECT @sCmd = 'copy "' + @ReportPath + '\'+ @sYYYY +'\'+ @sYYYYMMDD + '\EERS'+ @CGAppID + '.txt.' + @nInstallshieldID + '" '+ @ReportPath --02/05/05 Solomon M

     EXEC @nRetCode = master..xp_cmdshell @sCmd

Viewing post 1 (of 2 total)