Forum Replies Created

Viewing 15 posts - 10,351 through 10,365 (of 11,676 total)

  • RE: Are the posted questions getting worse?

    Grant Fritchey (1/24/2011)


    Threadizens not on Twitter might not have heard the word. I just took a job with Red Gate. It's up on the blog.

    Congratulations!

  • RE: Date table not in cube

    Brandie Tarvin (1/24/2011)


    Darnit!

    I've got the table in the cube, but I just realized it doesn't appear to be hooked up with the rest of the data.

    Every year from...

  • RE: Corruption Detection

    Learned something new, and that's not easy on a monday morning!

    Thanks.

  • RE: Are the posted questions getting worse?

    ALZDBA (1/22/2011)


    enjoying star wars episodeIII for the moment. scene = the assembly of darth vader :w00t:

    I saw the movie also 🙂

    I hope they also rerun the original 3 episodes...

  • RE: Count Distinct

    Nice question, but a hard one.

    I spent quite some time looking at the query to find some hidden error.

    But apparently there wasn't any 🙂

  • RE: Critique - Common SQL Server Mistakes

    Steve Jones - SSC Editor (1/20/2011)


    The NULL mistake is that people often write

    where a.col = null

    instead of

    where a.col is null

    Oh allright. Pfieuw, I was afraid I had to rewrite...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (1/20/2011)


    Ordinal position matters in tables in Oracle? I'm surprised.

    It if was, CJ Date would turn around in his grave (but he isn't dead luckily).

  • RE: Are the posted questions getting worse?

    Tom.Thomson (1/20/2011)


    Actually I think it's "six (*) letters of reccomendation from the current Ministers President, one from the Monarch, and one from the Mayor of Eupen" :-D.

    That will be tough,...

  • RE: Are the posted questions getting worse?

    Jeff Moden (1/20/2011)


    You left out "must provide a letter of recommendation from two living Presidents":-P.

    Aah, that's why I didn't get the job, I could only get one 😉 😎

  • RE: Date table not in cube

    Brandie Tarvin (1/20/2011)


    Koen (da-zero) (1/20/2011)


    Brandie Tarvin (1/20/2011)


    Koen (da-zero) (1/20/2011)


    SSAS doesn't add the dimension itself to the cube, unless you used the cube wizard.

    I did use the cube wizard. That's what...

  • RE: How to return rows based on a condition

    CELKO (1/20/2011)


    Since tables have rows not records and rows have no ordering, what does "first record" mean?

    If you really want to go "old school" in relational theory, you should call...

  • RE: Transaction Log Files

    Steve Jones - SSC Editor (1/20/2011)


    New people find the QOD every day, so it's not always easy. I should have scheduled this one a few weeks later to see if...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (1/20/2011)


    New forum for speakers. Critique abstracts and titles. I would love the feedback from people that actually go to sessions and try to decide what's...

  • RE: Critique - Common SQL Server Mistakes

    I would go to a session like this one.

    I'm always eager to learn from more experienced people who have already learned from mistakes, so that I can avoid them 🙂

    One...

  • RE: Need Help

    That is probably because the numbers you typed are using another data type behind the scenes (I guess float?) than the variables, which are of the numeric data type.

    When using...

Viewing 15 posts - 10,351 through 10,365 (of 11,676 total)