Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
kschlap
Starting Member
2 Posts |
Posted - 2007-10-25 : 11:20:47
|
I keep getting the following error in SSIS. Also, I don't get the error on every server the package is run on, but less than 5 (the package is run on over 100)."The external metadata column collection is out of synchronization with the data source columns. The column "Timestamp" needs to be added to the external metadata column collection"Please tell me where I need to remove Timestamp from. Thanks-Kyle |
|
karuna
Aged Yak Warrior
582 Posts |
Posted - 2007-10-25 : 11:29:08
|
Looks like the table structure on those 5 servers are out of synch with the columns you have in your package.ThanksKarunakaran |
 |
|
|
|
|