Hello,
We have a 2 stored procedures that runs will load data and will make use of cmdshell to move the files across the server.<o:p></o:p>
These procs runs fine when executed manually but do not run when it runs through the SQL Agent job and throws the error<o:p></o:p>
Column name or number of supplied values does not match table definition.<o:p></o:p>
Any idea on this behavior ?? Why would it run manually and not through the Job .
Thanks !