Forum Replies Created

Viewing 15 posts - 1 through 15 (of 138 total)

  • RE: Access to SQL Server: Linking Tables

    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



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: Modifying the Cube SQL

    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



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: Modifying the Cube SQL

    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



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: Modifying the Cube SQL

    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.

  • RE: "level" keyword?

    Never mind, found it out anyway.  It's because it occures in the:

    SET TRANSACTION ISOLATION LEVEL

    statement.




    Keith Henry



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: Asynchrous Execution with C#

    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



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: How to simplify this query?

    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



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: How to simplify this query?

    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



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: XP_CMDSHELL Results Question

    Instead use the UNC for the share that you have mapped the drive to (\\server\sharename)




    Keith Henry



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: I can not type into the message body.

    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



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: Mozilla Firebird

    I get the same bug , but it useually goes when I reload the page.




    Keith Henry



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: XP_CMDSHELL Results Question

    Also never use mapped drives.  They are yet another stray thread you have to keep track of.




    Keith Henry



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: Why 249 Non clustered Indexes?

    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



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: Updating analysis cubes with parallel tasks

    How about running two DTS packages, both sceduled to run at the same time? 




    Keith Henry



    According to everyone I know I "do something with computers?" for a living, so there you go.

  • RE: Introduction to MDX

    That's because there is a long line (line 4) in a <pre> tag that shouldn't be.




    Keith Henry



    According to everyone I know I "do something with computers?" for a living, so there you go.

Viewing 15 posts - 1 through 15 (of 138 total)