Viewing 15 posts - 9,376 through 9,390 (of 13,874 total)
JustMarie (2/26/2014)
I've all but given up on the OLE DB Command transformation...
Good choice, for me you can go further and remove the words 'all but'. It's usually too slow as...
February 27, 2014 at 12:57 am
Is that the source or target table? This table contains duplicates and (therefore) I am guessing that it has no PK.
As an aside, Day_Month_Year is not a good choice for...
February 26, 2014 at 1:59 am
compufreak (2/26/2014)
I have a ID column which is the primary key of my table.
the ID Column can be used to capture a record for the same ID as many...
February 26, 2014 at 1:39 am
compufreak (2/26/2014)
if possible , can I create a package to send an email that will only show the new records that has been added to my table.
once the new...
February 26, 2014 at 1:27 am
Nice work, well done!
You asked for suggestions ...
I would have loaded the condition data into an array rather than named variables. It's much easier in code to loop round an...
February 20, 2014 at 8:13 am
Or, rather than ColumnName, use ordinal position for direct access to it in subsequent code.
February 20, 2014 at 5:26 am
Dave R (UK) (2/20/2014)
that is sort of where I have got to, the problem I am having though is using a variable for the found condition....it si getting...
February 20, 2014 at 5:24 am
Dave R (UK) (2/20/2014)
I have looked at the script component, but couldn't get the condition to work...the number of splits will be totally dynamic and...
February 20, 2014 at 5:06 am
Dave R (UK) (2/20/2014)
I've been looking for the last couple of days, but have been unable to find a solution.
Situation:
I need to load and split a text file, however...
February 20, 2014 at 4:40 am
smasihullah (2/18/2014)
I'm trying to publish a workbook in Tableau and its giving the the message.
Database error 0x80040154. class not registered.
Drivers necessary to connect to the database server fdxsql........\INST1 are not...
February 18, 2014 at 9:22 am
Koen Verbeeck (2/17/2014)
You insert a row into a log table before and after...
February 17, 2014 at 11:57 pm
twin.devil (2/14/2014)
Phil Parkin (2/14/2014)
twin.devil (2/14/2014)
2. you can parse the file in script manager, ...
What do you mean by this?
Sorry, i meant to say is "Script Component" instead of "script manager".
That...
February 14, 2014 at 6:39 am
twin.devil (2/14/2014)
2. you can parse the file in script manager, ...
What do you mean by this?
February 14, 2014 at 6:00 am
abhas (2/14/2014)
My source file is coma separated file having 6 columns. But some times two lines are merging i.e. eow containas 12 columns instead of 6 and my package...
February 14, 2014 at 5:11 am
jevogelsong (2/13/2014)
February 13, 2014 at 6:53 am
Viewing 15 posts - 9,376 through 9,390 (of 13,874 total)