Viewing 6 posts - 16 through 21 (of 21 total)
Hi,
you could use a scripttask which checks the state of your input file, and if its locked waits for e.g. 1 second.
To prevent the package from running into a...
January 22, 2008 at 6:06 am
Hi,
actually using SSIS dataflow with option fast load does a bulk insert.
Regards,
Jan
January 10, 2008 at 2:10 am
I had some data loss by using fast load. Rows had been imported but did only contain NULL values.
My workaround was to limit the maximum commit size to 100k...
December 27, 2007 at 8:29 am
Hi,
we are using COLLATE in expressions only if we can not change the collation as this seems to be very slow... I think you should keep that in mind.
Regards,
Jan
December 27, 2007 at 8:24 am
Hi,
it seems that this error only occurs by converting datetime columns into a style which contains spaces. Using 126 as style (also tried 101 - 105) works fine, while using...
December 13, 2007 at 9:29 am
Hi Matt,
thanks for that hint, it seems that I'm getting this error if one of the used columns is datetime, although it is converted into nvarchar.
I'll try to find an...
December 13, 2007 at 8:55 am
Viewing 6 posts - 16 through 21 (of 21 total)