Forum Replies Created

Viewing 15 posts - 76 through 90 (of 567 total)

  • RE: Who won the Tribal Awards?

    Adam Belebczuk (1/6/2014)


    I believe that Colin Stasiuk (@ColinStasiuk) is the unknown singer in the SQL Karaoke video.

    Triple confirmation of that.

  • RE: Are the posted questions getting worse?

    Jeff Moden (1/3/2014)


    We really dodged the bullet with the "Hercules" snowstorm than nailed New England. We only got about 6 inches here about 20 miles north of Detroit.

    That's about...

  • RE: Stored Procedure Logging

    Phil Parkin (1/3/2014)


    Ok. The workaround you found does not apply for 2012. Instead, please search for 'with result sets'

    Sorry but I'm not at my PC so cannot post something more...

  • RE: Breaking Down Barriers

    I am a database developer, and I have a great working relationship with the DBAs at my company. I think the DBAs and I respect each other because I have...

  • RE: Hidden Formatting Troubles with STR() (SQL Spackle)

    PHYData DBA (1/2/2014)


    Jeff Moden (1/9/2011)


    Mike McIver (1/9/2011)


    Really . . . another ridiculous article! I am responding to this reader's reply to illustrate the problem. Misinformation breeds misinformation ....

  • RE: Hidden Formatting Troubles with STR() (SQL Spackle)

    There's a use case when STR() works better/is easier than other methods of converting numbers to strings - when the numbers are already typed as float or real. CAST and...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (12/31/2013)


    Stefan Krzywicki (12/30/2013)


    wolfkillj (12/30/2013)


    Stefan Krzywicki (12/30/2013)


    wolfkillj (12/30/2013)


    GilaMonster (12/30/2013)


    wolfkillj (12/30/2013)


    is there really a performance problem or are you just "tuning" the query as a knee-jerk response to seeing a scan...

  • RE: Arithmetic Overflow error running stored proc to update Linked Server

    sneilson (12/30/2013)


    Jason - you really are a star! Thank you so much for such a helpful, considerate post. I have to apologise; had I really taken the time...

  • RE: Are the posted questions getting worse?

    Ed Wagner (12/30/2013)


    Stefan Krzywicki (12/30/2013)


    wolfkillj (12/30/2013)


    Stefan Krzywicki (12/30/2013)


    wolfkillj (12/30/2013)


    GilaMonster (12/30/2013)


    wolfkillj (12/30/2013)


    is there really a performance problem or are you just "tuning" the query as a knee-jerk response to seeing a...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (12/30/2013)


    wolfkillj (12/30/2013)


    GilaMonster (12/30/2013)


    wolfkillj (12/30/2013)


    is there really a performance problem or are you just "tuning" the query as a knee-jerk response to seeing a scan in the execution plan...

  • RE: Question about Locking

    Deadlocking that occurs among processes that don't seem to involve the same rows or pages is often caused by attempts at lock escalation. When a process takes an exclusive (X)...

  • RE: Are the posted questions getting worse?

    GilaMonster (12/30/2013)


    wolfkillj (12/30/2013)


    is there really a performance problem or are you just "tuning" the query as a knee-jerk response to seeing a scan in the execution plan or some similar...

  • RE: Are the posted questions getting worse?

    GilaMonster (12/30/2013)


    Ok, after another frustrating thread of 'why do you want to remove that operator from the query, is it causing problems', the next article on the to-do list (after...

  • RE: records in table A not present in table B

    Luis Cazares (12/27/2013)


    Do you have a WHERE clause in your query using a column from table B?

    That might be the issue. If you do, change it to the JOIN clause.

    +1...

  • RE: records in table A not present in table B

    wolfkillj (12/27/2013)


    happy55 (12/27/2013)


    thanks for the reply.I am doing the same thing but still i am not geting all rows present in Table a .

    I am geting only those for which...

Viewing 15 posts - 76 through 90 (of 567 total)