Viewing 15 posts - 12,886 through 12,900 (of 13,838 total)
Maybe you could try INSERTing the data from another SQL Server table and comparing times - to work out whether the problem is something to do with the import or...
April 14, 2009 at 7:55 am
Add a process at the end to remove the dups from the flat file ... ?
Not elegant, but avoids the major redesign.
April 14, 2009 at 1:11 am
-- edit -- see below.
April 14, 2009 at 1:06 am
If you are using the VariableDispenser method to set/retrieve variables, you do not need to add the variables to ReadOnlyVariables or ReadWriteVariables - in fact, you should not. Just trying...
April 14, 2009 at 12:28 am
What sort of mainframe? Are you just talking about files, not databases?
Your mainframe tech guys will be able to help you, I would guess, in determining how best to do...
April 9, 2009 at 8:18 pm
APARNA (4/8/2009)
April 8, 2009 at 10:53 pm
So is ID the PK in your destination table?
It is possible to do the UNPIVOT in T-SQL - but you would have to do the import of the data 'as...
April 7, 2009 at 9:02 pm
This is not directly supported. I suggest that you bring the data in to a temporary (or staging) table (after having run TRUNCATE on it) and then use a stored...
April 7, 2009 at 2:46 am
Nasty - can you get a more verbose error message somehow?
Have you tried changing the Flat File Destination to a local drive, just to rule out possible permissions problems?
April 6, 2009 at 11:13 pm
Have you tried editing the package in VS to see whether you can make it include the options that you want?
I haven't checked, but I'm guessing that the wizard has...
April 6, 2009 at 10:50 am
That is good news - thank you for the feedback!
April 6, 2009 at 3:59 am
Here looks promising
but I'm no Foxpro guru.
April 6, 2009 at 3:31 am
If that's a Foxpro DBF, you might need to install a driver (free, I think) before this will work.
April 6, 2009 at 3:15 am
Are you using a Foreach/File container?
April 6, 2009 at 3:04 am
Ramesh (4/4/2009)
Phil Parkin (4/4/2009)
I like Ramesh's solution. Your first solution replaces all commas ... this is not the requirement.Thanks Phil for supporting the only solution, till now.
Easy for me to...
April 4, 2009 at 6:20 am
Viewing 15 posts - 12,886 through 12,900 (of 13,838 total)