I'm using xp_cmdshell/dtsrun to execute a package in a job that (sequentially) modifies data in one SQL Server database, transfers rows to a second SQL Server database, and modifies data again in the first database. When it successfully completes, all data modifications are made to the first database, but no rows are transferred to the second. Any ideas what might cause this?
Thanks!
-Lenny