Viewing 8 posts - 91 through 98 (of 98 total)
Thanks for your reply Gail and yes, I really should provide that info ... but ** bows head, feels small and vulnerable ** I am using .... oracle ...
I...
June 1, 2012 at 9:45 am
....
Thanks a lot guys ... I needed this ....
and yes, different queries give different results ... no further comment.
I'm off to get a cold shower, a can of...
May 8, 2012 at 7:35 am
NOt sure where to go from there - I would suggest deconstructing the thing ...
Do your code to call SP and update SQL Server table ... then separately - i.e....
April 20, 2012 at 1:33 am
Hi,
step through your code and see where it falls over.
In addition, check that the server accepts remote connections (server properties > connections), and that your user credentials allow to log...
April 19, 2012 at 9:12 am
Hi,
a little difficult to see what is going on but the error is definitely an Excel error and, as far as I can see at the moment, seem to suggest...
April 18, 2012 at 2:42 am
Hi,
not sure I understand your question properly, but essentially SSAS does have a built-in mechanism to deal with measures that should not aggregate - look up additive and semi-additive measures...
April 17, 2012 at 2:50 am
I would tihnk that since you are moving this to a data warehouse, you would want to have the calculations performed during the ETL process and only store the results...
April 14, 2012 at 1:55 pm
Why not use a variable first?
something like:
DECLARE @VATRateID INT;
SET @VATRateID = 1;
UPDATE TempSales2
SET VATRateID = @VATRateID,
Gross...
April 13, 2012 at 5:03 am
Viewing 8 posts - 91 through 98 (of 98 total)