Forum Replies Created

Viewing 15 posts - 91 through 105 (of 542 total)

  • RE: dimension level member count, cube aggregations and cube re-processing

    I'm not sure what you mean by "Count".  you should use DTS as part of your ETL process...this allows incremental and full processing.

    cl

    Signature is NULL

  • RE: SQL Query to Create View

    Yikes...that's a scary piece of code.  I shouldn't try to help (because you didn't post the DDL...tsk tsk).

    Where are you joining to "addrline b"...in the subquery or in the main...

    Signature is NULL

  • RE: Converting Over

    All data access in .NET is done through ADO.NET...that's how you get the variables through from the form to the database, then the database records back out to the web...

    Signature is NULL

  • RE: dimension level member count, cube aggregations and cube re-processing

    I think he's asking if he should re-process the dimensions every time he reprocesses his cube, for performance and accuracy reasons.

    Accuracy is not affected by not re-processing dimensions, as...

    Signature is NULL

  • RE: Outcourcing Operations

    That's because the text in the forum does not match the text in the actual editorial (sent in the 5/5/2005 email). 

    I like this...

    Signature is NULL

  • RE: ActiveX Rename With Date Function

    Your code looks fine to me...

    I set up something similar in SQL, for when I wanted to move files from the SQL command line:

    --------------------------------------------------------------------

    create proc MoveFile

      @Source varchar(255),

      @Dest varchar(255),

      @isDebug...

    Signature is NULL

  • RE: More Visas

    Move visas AND more education....

    An open society will prevail over a closed society in the long run.

    survival of the fittest.

    That which does not kill us makes us stronger.

    Borders are just...

    Signature is NULL

  • RE: Community Source

    What you are describing sounds suspiciously like "Shared Source":

    http://en.wikipedia.org/wiki/Shared_source

    This is supported by a number of large companies, like IBM, Microsoft, Novell, BEA, etc.   Really, AT&T was the first to...

    Signature is NULL

  • RE: Using Exotic Joins in SQL Part 1

    quote

    BETWEEN is...

    Signature is NULL

  • RE: Lookup Table Madness

    quoteare many different ways to do a job and architect.

    You are correct in this...there are many...

    Signature is NULL

  • RE: Slow response of Linked Server based query....

    Another recommendation:

    Don't use "select into".  Or use:

    Select top 0 Into Dest from Source

    Insert Dest

    select * from Source

     

    Signature is NULL

  • RE: Sequencing a recursive tree table

    Here's an excellent article from Joe Celko on nested sets:

    http://www.intelligententerprise.com/001020/celko.jhtml?_requestid=123193

    Not that you shouldn't go and buy his book, too. 

     

     

    Signature is NULL

  • RE: Should I change my avatar

    You're absolutely right, john...my bad.

    In fact, why the heck are there pictures on the internet at all?  It was all great when it was just text; much less bandwidth needed...

    Signature is NULL

  • RE: Should I change my avatar

    Yeah...pretty funny.  I really don't think anybody was seriously considering it, just poking fun. 

    (chant) "I am a nice shark, not a mindless eating machine....Fish are friends, not food." 

    Hilarious...

    Signature is NULL

  • RE: Should I change my avatar

    Word...we could have a "uses cursors when sets will do" tag, then mod them down in discussions. 

    Grant you, I do have a few loops in my code ("While" loops instead...

    Signature is NULL

Viewing 15 posts - 91 through 105 (of 542 total)