Forum Replies Created

Viewing 15 posts - 61 through 75 (of 75 total)

  • RE: Excel with Stored Procedures

    This my friend, is a thing of beauty...

    It always boggled the mind why MSQuery HAD to display things graphically for the parameters to work; anyhows I just gave this a...

  • RE: You Are a Professional, So Speak Up

    That is a difficult one.

    First thing I would ask is "What Government agency?" I'm not in the US, so obviously cant really do a proper comparison, but if they were...

  • RE: Service Accounts

    yeah I do something similar, my standard method is to randomly type characters (letters, numbers and shift character) until I fill up a line of text in notepad, usually around...

  • RE: Congratulations to Our New MVPs

    Good Stuff 🙂

    I know I have pointed every SQL developer that has come through our doors to at least one of Jeff's articles. Some of the code that man...

  • RE: Best Way to Calculate Age

    I ran all 3 queries with my DOB and the first and 3rd ones returned the incorrect value.

    The 2nd query had the correct value.

    looking at the case statement I think...

  • RE: Question of the Day for 07 Jun 2007

    yes, yes you did

  • RE: Question of the Day for 07 Jun 2007

    I think the confusion stems from the fact that Microsoft don't mention the word proxy in their documentation in any context other than "accounts", which can then have logins attached.

    For newbies such as...

  • RE: Question of the Day for 25 May 2007

    Let me preface this by saying I have had very little exposure to 2k5 AS and local cubes, however, after reading MSDN article, I have a question:

    As the local cube...

  • RE: Need to PIVOT without aggregate function

    Yeah, not knowing what it is that your application needs to do makes commenting difficult, and if the structure works for your app, then it works for your app

  • RE: Need to PIVOT without aggregate function

    Actually it sounds like you might need to rethink your table design.

    If you are storing a single row of data for a single object and only updating the values on...

  • RE: Why is spam still a problem?

    SPf would help.  I don't think it is currently a part of any RFC (correct me if i'm wrong on that front) as it simply lives in the TXT field of...

  • RE: Beyond BI

    Let's just hope that people don't stop thinking as a result of all these upcoming innovations.

    Just because we are shown an answer does not mean we understand it. 

    I have seen many...

  • RE: Outer Join Mystery

    True and correct.  I just put in the example code for the old style. I had actually noticed the execution plans were pretty much identical.

    How people can still write in...

  • RE: Outer Join Mystery

    Actually, your logic is incorrect.
    What are you basing your where statement on? It is where rats_filename is null.
    Look at your...

  • RE: Need all row IDs even though they''''re grouped... how?!

    Reymund is correct, there is no such function to do this (who knows why not cause a lot of people want to do this).  I have searched for this kind...

Viewing 15 posts - 61 through 75 (of 75 total)