Viewing 15 posts - 1 through 15 (of 410 total)
The error is saying that you are trying to take a source column with a length of 259 and put the data in a destination column with a length of...
October 1, 2008 at 9:54 am
Or perhaps have a date dimension with this kind of date and a date equivalent.
Thereafter you could simply perform a lookup task and reference the proper date?
October 1, 2008 at 9:43 am
Why not have some conditional flow in your control flow? If the table has been created dont make it do the data flow, else make it do the data flow.
October 1, 2008 at 9:42 am
This normally occurs if there has been a change to your schema, not to stress, just double click on your input and output and it should resolve itself
October 1, 2008 at 9:40 am
SSIS and MS Access also has its own unique nuances, some of which are downright irritating.
Good luck!
~PD
October 1, 2008 at 12:34 am
Try and disable validation of the loop container, maybe the path that you are accessing doesnt have the file. Also double check what files you are checking for, and consider...
October 1, 2008 at 12:33 am
For me, package configurations all boil down to one thing - portability...
Basically if you have an environment where some level of change control is enforced, package configurations become sort of...
September 30, 2008 at 3:01 am
My bad... I meant in Excel, text is seen as nvarchar and not varchar
September 30, 2008 at 2:43 am
Welcome to one of the most irritating nuances of SSIS. Text is seen as NVarchar and not Varchar. In other words, if you have a text (10), make it Nvarchar...
September 30, 2008 at 2:42 am
It should be part of the samples install.
Just readup on installing AdventureworksDW on BOL, this should point you in the right direction
~PD
September 30, 2008 at 2:40 am
How are you running this when you get failure?
Normally, your SQL Server Agent account would require permissions to the required folder
September 30, 2008 at 2:39 am
Try working with the aggregate transform, havent personally used min and max, but it should be pretty standard.
Conceptually something like following:
a) Use a sort transform and sort by customer ID
b)...
September 28, 2008 at 11:55 pm
So you cannot write custom TSQL select statements on the DB side? Odd
September 28, 2008 at 11:51 pm
I was off on Friday and read all the posts.
Congratulations Jenny on getting this to work. Good luck on your SSIS projects!
~PD
September 28, 2008 at 11:50 pm
Viewing 15 posts - 1 through 15 (of 410 total)