Viewing 15 posts - 1 through 15 (of 137 total)
As a rule 99% of the time you should never use linked tables from Access to SQL. It's just a very good way to snarl up your SQL server.
I always...
February 23, 2005 at 10:10 am
As for the "offline" cube, do you know how that is stored? I think it might still be the same format as local cube files as they are what Excel...
May 28, 2004 at 10:51 am
Check that the month ids are unique to each year, to avoid cross joins.
For dates the best bet is useually a date field that you format into YMD. AM has...
May 28, 2004 at 10:49 am
You can't modify this SQL directly in Analysis manager. What do you mean by duplicate records? Can you send the spec of the cube you are trying to build?
May 28, 2004 at 9:31 am
Never mind, found it out anyway. It's because it occures in the:
SET TRANSACTION ISOLATION LEVEL
statement.
February 17, 2004 at 2:34 am
Yeah, but with Yukon I can make the whole thing run server side in C#.
I'll do something on tha once the public beta is out
January 23, 2004 at 1:45 am
Lastly I have the habit of casting string dates to DateTime.
AND MT_DATE >= Cast('2003-11-29 00:00:00.000' as DateTime)
This is implit anyway, so it will make no difference to the plan, but...
January 9, 2004 at 1:58 am
This looks like an indexing problem.
Can you execute this query with set showplan_text on and paste the results here? This will allow us to look...
January 8, 2004 at 2:59 am
Instead use the UNC for the share that you have mapped the drive to (\\server\sharename)
January 6, 2004 at 10:22 am
I just had it again. A reload useually fixes it, but I get a status message of "Download Your Evaluation Copy Today", whatever that means
January 6, 2004 at 9:37 am
I get the same bug , but it useually goes when I reload the page.
January 6, 2004 at 9:33 am
Also never use mapped drives. They are yet another stray thread you have to keep track of.
January 6, 2004 at 9:23 am
It's because all indexes and statisitics have a reference stored in the sysindexes. The indid field is the unique id for the hard disk location of the data or...
January 5, 2004 at 2:37 am
How about running two DTS packages, both sceduled to run at the same time?
January 5, 2004 at 2:27 am
That's because there is a long line (line 4) in a <pre> tag that shouldn't be.
January 5, 2004 at 1:56 am
Viewing 15 posts - 1 through 15 (of 137 total)