Viewing 15 posts - 1 through 15 (of 35 total)
Hi Rob,
That number converted to something understandable is roughly 270 years!? For a service request? 🙂
The easiest way to see if your processing is failing because of this number would...
November 8, 2012 at 6:47 pm
Uma,
Which tool will users use when selecting those dates? Do you have any control of the generated mdx like for example in reporting services or no control (excel)?
April 7, 2011 at 9:51 am
Hi,
Ok that is true regarding calculated members.
But since you are on 2005 you can't really use dynamic sets so it will not work with approach number 1 as static...
April 7, 2011 at 9:48 am
Hi,
The example was written to be used in an mdx query.
Here is the definition for the cube mdx script:
CREATE DYNAMIC SET CurrentCube.[Days] as
{existing [Fiscal Period].[Fiscal Period Hierarchy].[Day]};
CREATE MEMBER CURRENTCUBE.[MEASURES].[LY...
April 7, 2011 at 9:18 am
Hi,
This is actually a very common problem with multiselects but there are ways to solve it. It's just that the performance might suffer as the only safe method is to...
April 7, 2011 at 8:50 am
Hi,
have a look at my blog post discussing the problem http://hrvoje.piasevoli.com/2010/09/01/importing-data-from-64-bit-excel-in-ssis/[/url]
Regards,
Hrvoje
April 4, 2011 at 7:35 pm
78% correct answers?! Yeah, right.
Great question and good points in discussion by Hugo. Pleasure to read.
But, thanks to all who participated in it.
Hrvoje
September 29, 2010 at 1:25 am
Hi all!
Found this thread while searching for posts that describe problems of using SQL 2008 x64 and Excel.
Here is an article I've written that talks problems and provides solutions for...
September 28, 2010 at 11:16 am
Hello again!
Out of curiosity, I've managed to enable Oracle replication and it works OK.
Follow the steps in this article:
http://msdn.microsoft.com/en-us/library/ms151243.aspx
If you want contact me freely.
Best regards,
Hrvoje Piasevoli
September 28, 2010 at 9:23 am
I really can't be of much help with the replication configuration, but you should be able to solve the first issue:
I still can't see the oracle provider under LinkedServer---->Providers...
September 24, 2010 at 9:11 am
I just finished installing Oracle client 11.2 (both 32bit and 64 bit) on one of my test servers with Win 2k8R2 + SQL 2k8R2 64bit.
Everything installed OK and tested, no...
September 23, 2010 at 7:52 pm
Great question! Thank You Sir!
Realy flexible, handy and readable method.
September 8, 2010 at 1:45 am
Hi all, played for a while with Hugo's example and ... look what I found :w00t:
First, I have tested and it errors on 2008, works on 2005.
So, the following...
August 24, 2010 at 9:21 am
Hugo Kornelis (8/24/2010)
Here is an interesting experiment (works on every client):
SELECT ROUND(789.98,-3) AS WeirdCol
INTO WeirdTable;
go
EXEC sp_help 'WeirdTable';
go
UPDATE WeirdTable
SET WeirdCol = WeirdCol - 0.001;
go
DROP TABLE WeirdTable;
go
Hugo what is the expected result?...
August 24, 2010 at 5:24 am
Viewing 15 posts - 1 through 15 (of 35 total)