Forum Replies Created

Viewing 15 posts - 4,231 through 4,245 (of 9,399 total)

  • RE: Turn Out the Lights

    Personally, I'm one of those who won't "turn out the lights" on my servers. In my mind, having a system available and performant trumps the cost of electricity to...

  • RE: Checkpoint

    Nice question, Andy. There was enough there to get me thinking in different directions. I learned something new today because I've never seen that error. Thanks.

  • RE: Count Function Result (1)

    I didn't know the results of the last two either (COUNT ALL) because I never use it. I learned something new today - ALL is the default, which does...

  • RE: Are the posted questions getting worse?

    BrainDonor (1/18/2016)


    Brandie Tarvin (1/18/2016)


    Um, wow. I didn't even know (or perhaps just didn't remember) that SQL Test was a thing.

    Oh, it's a 'thing' alright. I'm reserving judgement on what type...

  • RE: Today's Random Word!

    whereisSQL? (1/18/2016)


    djj (1/18/2016)


    Grumpy DBA (1/18/2016)


    Ed Wagner (1/16/2016)


    SQLRNNR (1/15/2016)


    Ed Wagner (1/15/2016)


    crookj (1/15/2016)


    SQLRNNR (1/15/2016)


    firecracker

    banger

    Mash

    pudding

    Bread

    Wonder

    Woman

    Justice (league)

    Lawyers

  • RE: Joining Tables with Right Function

    ChrisM@Work (1/18/2016)


    Jeff Moden (1/18/2016)


    ChrisM@Work (1/18/2016)


    Jeff Moden (1/18/2016)[hrCan we agree on "SARGable in one direction only" as it's often sufficient to permit tweaking a decent plan?

    With the battles I'm currently facing...

  • RE: Multiple Records into one

    Thanks, Luis and Orlando, for the examples. I used FOR XML and also avoid entities by using TYPE. I also do concatenation into a variable where appropriate and...

  • RE: Tempdb on RamDisks or SSDs - two-node cluster?

    I believe it was Wayne Sheffield who said "An ORM is the fastest way to slow down a database."

    Then again, it may be done well, with the ORM calling stored...

  • RE: Need to calculate nth day of nth month

    I'm going to deviate from the calendar discussion for a moment. I've worked with preventive maintenance systems before, so something in your design caught my eye. You have...

  • RE: Multiple Records into one

    Orlando Colamatteo (1/16/2016)


    Luis Cazares (1/14/2016)


    SELECT @Notes = @Notes + CONVERT(char(11), DATE, 103) + NOTES + CHAR(10)

    FROM tblNOTES

    WHERE NOTE_ID...

  • RE: Need to calculate nth day of nth month

    Once we get the DDL, it could go in a number of directions.

  • RE: Today's Random Word!

    SQLRNNR (1/15/2016)


    Ed Wagner (1/15/2016)


    crookj (1/15/2016)


    SQLRNNR (1/15/2016)


    firecracker

    banger

    Mash

    pudding

    Bread

  • RE: LEFT JOIN

    Welsh Corgi (1/15/2016)


    Phil Parkin (1/15/2016)


    Welsh Corgi (1/15/2016)


    drew.allen (1/14/2016)


    Welsh Corgi (1/14/2016)


    I need to create a new table that has an Identity Column so that I can delete the duplicates.

    No, you don't....

  • RE: Simple task of connecting turning into nightmare

    I'm curious - Was it the quotes that caused the problem?

    Years ago, when I first started writing in .NET, I connected to a local SQL instance. Being completely new...

  • RE: Joining Tables with Right Function

    Did you read what Jeff posted? Using a function on a join predicate is going to result in a scan, which is very inefficient. The function has to...

Viewing 15 posts - 4,231 through 4,245 (of 9,399 total)