September 2, 2011 at 4:03 pm
I hae a ssis package, if there are errors I direct them to a table.
But error output only have columnID, how can I manually find what are the column name?
Thanks
September 5, 2011 at 11:58 am
Here you go:
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 5, 2011 at 12:22 pm
Thanks a lot.
But the solution the link points to include a visual basic project that pulls column name, it cannot be opened in BIDs, and I don't have a full version of visual studio installed to open visual basic project to see how it is implented.
Is there a simple way that I can find manually by searching the errorColumn ID somewhere and find the column name?
Thanks
September 5, 2011 at 12:27 pm
You can use Visual Basic inside BIDS, you don't need a full version of Visual Studio.
In the dataflow, you can select the Script Component, which launches a shell of Visual Studio where you can write your code.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply