Forum Replies Created

Viewing 15 posts - 181 through 195 (of 272 total)

  • RE: Sub Query

    sknox (7/25/2014)


    At its heart, a correlated subquery is simply one that refers to data from the outer query.

    These are (non-correlated) subqueries:

    SELECT DB_NAME()

    , (SELECT count(*) FROM sys.objects) AS TotalObjects

    , (SELECT count(*)...

  • RE: Byte Me: Deep Insight

    Thanks for the laugh.

  • RE: Back from Sabbatical

    Our pastors get a sabbatical every few years (I think maybe every 5, but don't hold me to that.)

    It's usually a mixture of time to relax and...

  • RE: How many Records are Returned?

    Clever question. Have to admit I got it wrong.

  • RE: Application Developers don’t own their data

    Jeff Oresik (6/28/2014)


    I wouldn't take "my" data to mean at the exclusion of others. It is a declaration of ownership, but usually in the context of taking responsibility for the...

  • RE: The Great Escape

    Jeff Moden (6/26/2014)


    Heh... it would appear that the default definition of default is in default. πŸ˜€

    Gave me a smile at the start of the day.

  • RE: Stairway to T-SQL: Beyond The Basics Level 7: Controlling the Flow of Your T-SQL

    What are some real-life examples of using the While statement that don't involve RBAR code?

  • RE: The Great Escape

    Got it wrong because of missing that [t-a] wouldn't work, but learned about the escape clause.

  • RE: CTE DML

    SQLRNNR (6/17/2014)


    BWFC (6/17/2014)


    rhythmk (6/17/2014)


    Thanks for question.It reminds me the trick to delete the duplicate records in a table πŸ™‚

    Could you enlighten me on that please? It sounds very useful.

    Here...

  • RE: Try to focus on the positive

    I'm grateful to be able to work from home. (I'm especially grateful for that in the winter when the roads are a mess.)

    I'm grateful to work for a manager...

  • RE: Bean Counting

    Richard Warr (5/12/2014)


    Ola L Martins-329921 (5/12/2014)


    Only because you find it easy, it doesn't necessarily is for all...

    If you find it easy - good for you and keep it to your...

  • RE: Datatypes In Your Mind

    Eirikur Eiriksson (5/6/2014)


    I think Andy has been a tiny bit naughty:-D

    Excellent!

  • RE: Open Call for Editorials

    Hope you enjoy your sabbatical, but you'll certainly be missed.

  • RE: Consolidation Matters

    Jeff Moden (4/21/2014)


    Heh... this reminds me of hemlines in fashion. They change every other year.

    Remember when distributed computing was all the rage? It wasnt' that long ago. ...

  • RE: Syntax Validation

    Manic Star (4/8/2014)


    Better idea is to run the script on a staging environment that is a clone of production.

    Agree wholeheartedly. I would want to test more than just the...

Viewing 15 posts - 181 through 195 (of 272 total)