26 August, 2010
0 Comments
1 category
When I refreshed a SSIS package OLE DB Source, I got the error: column "test" cannot be found or is not specified for query (13865).
This was caused by the fact, that the query contained a column that did not exist anymore in de database.
Removing the column name in the SqlCommand resolved this error.
Tags: Integration Services
Category: Uncategorized