Viewing 15 posts - 1 through 15 (of 47 total)
solved it
there is a newer version (content created 29/8/12) of DB2OLEDBV4 kicking around that works
August 14, 2014 at 5:26 am
You can't even use the values in SUM functions
well...you can
=SUM(F2:F6*1)
or
=SUM(VALUE(F2:F7))
all you have to do it convert to a number from text in the formulae
December 14, 2012 at 6:13 am
I think the answer to my question of temp table scope is...
there's no cross over if the table begins with #
but global temp tables beginning with ## exceed the session
and...
October 3, 2012 at 3:47 am
the object stated in the error
[ADO NET Destination Input].[TempDistributor1]
i take it it's a Data Flow task...check the properties of the destination
which bit fails in debug?
July 23, 2012 at 4:27 am
check the properties of your object for a timeout property, it's probably set to 60 seconds, set it to 0
July 23, 2012 at 3:52 am
i solved this by changing the dataset of the report, adding a WHERE clause in the SQL and putting the parameter in there
where somefield in (@ParamList)
sort of thing
July 6, 2012 at 4:13 am
that's it!
she was on Google Chrome
now I've tried installing Chrome here in London and it's forbidden, so I'm not sure how she's done it in New York, but she has,...
June 27, 2012 at 9:17 am
anthony.green (6/27/2012)
June 27, 2012 at 8:07 am
anthony.green (6/27/2012)
June 27, 2012 at 8:00 am
actually, think I found a solution
http://www.codeproject.com/Articles/32151/How-to-Use-a-Multi-Result-Set-Stored-Procedure-in
June 22, 2012 at 4:57 am
this isn't really solving your problem...
but I use "localhost" as the database name in my SSAS processing tasks...
June 22, 2012 at 4:48 am
you'll need to get the right entry in your tnsname.ora file once Oracle is set up
if you set up something in your tnsnames.ora, say "BIGDB"
you can, in MSDOS, do
tnsping BIGDB
which...
May 4, 2012 at 3:55 am
if you can change the spreadsheet, add a worksheet with 5 columns and formulae in them to look up the other sheet and fill in the other columns with dummy...
May 4, 2012 at 3:44 am
depends if your business logic is EVER going to change
April 17, 2012 at 2:58 am
Viewing 15 posts - 1 through 15 (of 47 total)