Forum Replies Created

Viewing 15 posts - 3,166 through 3,180 (of 7,484 total)

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (9/3/2013)


    ChrisM@Work (9/3/2013)


    Jan Van der Eecken (9/3/2013)


    SQLRNNR (9/2/2013)


    Koen Verbeeck (9/1/2013)


    GilaMonster (8/31/2013)


    Just ....

    Microsoft will no longer offer Masters and Architect level training rotations and will be retiring the Masters level...

  • RE: Tally Tables

    Rune Bivrin (9/3/2013)


    L' Eomot Inversé (9/3/2013)


    Rune Bivrin (9/3/2013)


    Just look at the execution plan and tell me if there is no difference.

    Or even try this, where NEWID() is completely eliminated from...

  • RE: Tally Tables

    Rune Bivrin (9/3/2013)


    Just look at the execution plan and tell me if there is no difference.

    Or even try this, where NEWID() is completely eliminated from the second query.

    -- 1

    SELECT ROW_NUMBER()...

  • RE: Tally Tables

    Nice clear and easy question (assuming the last option "no difference" means "no difference in what they the language specification says they return" - if it means what it actually...

  • RE: Question of the Day for 13 Oct 2004

    The most common cause of this error, in my experience, is that someone has failed to mark a trigger "not for replication" that needed to be so marked. The...

  • RE: Help

    GilaMonster (8/31/2013)


    Snigdha Vartak (8/30/2013)


    Certification will definitely get you more money

    Not necessarily.

    As of last night, there are now 0 certifications that one can take that I will immediately respect. MCITP/MCTS/MCSA/MCSE tell...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (8/31/2013)


    Cool. That relieves a lot of pressure. I haven't taken a single Microsoft certification. Now, since the only one I respect is gone, I don't have to.

    I like...

  • RE: I have written a Stored Procedure having 3 nested while loops in it .This is Working fine and I am getting desired result as I have tested this on small set of data ,but while running on large set of records it taking huge of amount of time, might be due to multiple nested while looping

    The description od what is calculate says number of times a city is visited is calculated; the sample data and expected results are completely different from this; for example a...

  • RE: Clause Group By

    If this is a more general thing than just the one case, maybe something like

    SELECT

    MIN([NAMES]) AS [NAMES], [NUMBER]

    FROM

    ( SELECT [CV].[dbo].[T40]

    ...

  • RE: 5nf

    Francis Apel (8/30/2013)


    Simply put, tables are in fifth normal form when they comply with fourth normal form and the table consists of a key attribute and a non-key attribute ONLY.

    That's...

  • RE: Communicating with Non-Technical Users

    Brandie's right. You have to understand what the nontechnical people do, what their concerns are, what there culture is, so that you can express your technical information in terms...

  • RE: How to deny restore database in sql server to SA?

    Brandie Tarvin (8/29/2013)


    K. Brian Kelley (8/29/2013)


    With the different accounts in different environments, they are all admin accounts. Just one works for dev and one works for prod and dev never...

  • RE: How to deny restore database in sql server to SA?

    SQLRNNR (8/28/2013)


    Here's another vote for multiple logins.

    In addition, another vote for taking greater care and caution when attempting to do a restore.

    The server trigger may work, but I agree with...

  • RE: Sql query Help

    The reason that you are getting duplicate IDs is that at least one of your tables has more than one row with a given ID_NUM and some of the other...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (8/30/2013)


    YAY! I have a new computer at work.

    Which means I have just spent all morning recovering all my SSMS options, importing my email files, etc. etc. And now...

Viewing 15 posts - 3,166 through 3,180 (of 7,484 total)