Viewing 15 posts - 1 through 15 (of 138 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...
Keith Henry
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...
Keith Henry
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...
Keith Henry
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?
Keith Henry
According to everyone I know I "do something with computers?" for a living, so there you go.
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. ![]()
Keith Henry
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
Keith Henry
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...
Keith Henry
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...
Keith Henry
January 8, 2004 at 2:59 am
Instead use the UNC for the share that you have mapped the drive to (\\server\sharename) ![]()
Keith Henry
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
Keith Henry
January 6, 2004 at 9:37 am
I get the same bug , but it useually goes when I reload the page.
Keith Henry
January 6, 2004 at 9:33 am
Also never use mapped drives. They are yet another stray thread you have to keep track of.
Keith Henry
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...
Keith Henry
January 5, 2004 at 2:37 am
How about running two DTS packages, both sceduled to run at the same time?
Keith Henry
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.
Keith Henry
January 5, 2004 at 1:56 am
Viewing 15 posts - 1 through 15 (of 138 total)