Viewing 15 posts - 511 through 525 (of 1,118 total)
Concentrate on this error:
"The version of component "Flat File Source" (363) is not compatible with this version of the DataFlow"
It looks like there is a mismatch between the SSIS version...
December 8, 2009 at 10:12 am
Paul_Harvey (12/8/2009)
For reasons outlined in my previous topic, http://www.sqlservercentral.com/Forums/Topic829742-148-1.aspx, I need to find a way to automatically edit an XML file to replace ampersand characters with either & or...
December 8, 2009 at 10:09 am
mwwheeler (12/8/2009)
If I create an SSIS package with visual studio 2008, can this be run in a SQL server 2005 database ?
No, it is not possible. You have to have...
December 8, 2009 at 10:05 am
rfugikawa (12/7/2009)
I need to identify if a flat file is Unicode or not by SSIS (Script Task). It's happens because sometimes the file's sponsor creates a file in a Windows...
December 7, 2009 at 10:06 am
If you are looking for easier encryption alternative and can use third-party solution, check the commercial CozyRoc OpenPGP Task.
December 7, 2009 at 9:57 am
bmraja77 (10/10/2009)
is it possible to use flat file as a lookup file.?
If you can use third-party components, check the commercial CozyRoc Lookup component. You can load the flat file in...
December 5, 2009 at 11:12 pm
stricknyn (11/20/2009)
CozyRoc (11/20/2009)
December 5, 2009 at 6:46 pm
Can you include the complete error message?
December 4, 2009 at 10:51 pm
Writing correct CSV parser is not trivial. I would suggest you find existing code and use it as a starting point. This project looks promising.
December 4, 2009 at 6:04 am
I would suggest you manually process this irregular file by implementing source script component.
December 4, 2009 at 5:32 am
Check strFiles if it is NULL. It should be something like
If Not strFiles Is Nothing Then
...
December 3, 2009 at 10:31 am
paul.pauldj54 (11/27/2009)
I'm trying to assess the data inside a SQL Server 2005 database. I'm using the profiling task of the SSIS 2008.
I'm selecting all the profile request in the profile...
December 3, 2009 at 9:35 am
stricknyn (11/20/2009)
November 20, 2009 at 7:34 pm
stricknyn (11/20/2009)
November 20, 2009 at 4:14 pm
stricknyn (11/20/2009)
CozyRoc (11/20/2009)
November 20, 2009 at 2:45 pm
Viewing 15 posts - 511 through 525 (of 1,118 total)