Viewing 7 posts - 151 through 157 (of 157 total)
Off the top of my head, I would suggest a Derived Column operation with a FINDSTRING call to get the position of the period, then a SUBSTRING call to return...
September 18, 2007 at 8:04 am
There is an MSDN thread about the "Failed to decrypt" error over at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=142920&SiteID=1
If you use the SSIS Deployment Wizard along with a configuration file, you can specify the...
September 18, 2007 at 7:23 am
I pull a lot of dates in the format of MMDDYYYY in from text files in SSIS. I typically use something like the following as a new DT_DATE (rather than DT_DBTIMESTAMP) column...
September 18, 2007 at 7:12 am
I've not worked with Paradox specifically, but in theory you should be able to do it in SSIS via an ODBC data reader. You'd likely need to establish an ODBC entry...
August 31, 2007 at 1:27 pm
I have no hard evidence of it, but I think that a pointer would be faster for access only if the field size is routinely over 8000 characters. Otherwise, you'll...
August 17, 2007 at 12:13 pm
The performance you get will depend on how much data you're putting into the max fields, your database settings, and what operations you're doing with these fields. I was apprehensive about...
August 16, 2007 at 7:08 am
If there is consistency in the data, that is, if the extra comma is always present, you could import the name components as multiple fields and concatenate them using a...
July 20, 2007 at 6:26 am
Viewing 7 posts - 151 through 157 (of 157 total)