Forum Replies Created

Viewing 15 posts - 46 through 60 (of 617 total)

  • RE: Single Quotation Marks in SQL

    peter.row (7/11/2014)


    I know the article is this simple to highlight the issue but I assert in real life you would not do this.

    If you are doing dynamic SQL then unless...

  • RE: Kill SPID (SQL Spackle)

    Excellent point. I should have included sp_whoisactive in the article. It is an awesome tool.

  • RE: Kill SPID (SQL Spackle)

    I've had days where killing the developer was discussed. Primarily when an Access query was left open over the weekend and blocked the batch cycle that ran at 2am...

  • RE: Kill SPID (SQL Spackle)

    Yes if you use KILL to end a transaction it will be rolled back and any changes made by that transaction will no longer exist. Unfortunately sometimes there is...

  • RE: Kill SPID (SQL Spackle)

    The KILL command does end the transaction being run under the specified SPID. It then has to roll back of course so there may be a delay depending on...

  • RE: But, but, but, my data is clean!

    My top two "bad data" lessons both come under the heading of "my own damn fault"

    May may years ago I was running some final tests to confirm a move to...

  • RE: Enable the DAC in SQL 2012

    I'll take this one.

  • RE: Spackle - Kill SPIDs

    I'll take this one.

  • RE: Alas Poor Snapshot, I Knew Him Well

    Excellent question. I particularly liked the format.

    I had it narrowed down to 2 choices but couldn't remember the specific errors for each! Darn it. Good thing I...

  • RE: An Introduction to the SQLCMD Mode in SSMS (SQL Spackle)

    WayneS (5/7/2013)


    Kenneth.Fisher (5/6/2013)


    Nice job introducing SQLCMD. I spent several hours this weekend trying to write up an intro to SQLCMD myself. You did a much better job than...

  • RE: Fun with Outer Joins

    sneumersky (1/17/2014)


    Charles Kincaid (1/17/2014)


    Just always, ALWAYS remember the order of execution.

    I added the emphasis. Yes, understanding this execution order is why I have been able to write good performance...

  • RE: Space missing in SELECT statement

    paul.knibbs (10/21/2013)


    Seems I get caught out by this alias behaviour every time they ask a question about it... :pinch:

    +1

    Great question!

  • RE: Database permissions

    Ford Fairlane (10/3/2013)


    Not a big fan of questions involving deprecated features, that never seem to go away.

    Personally I like these. It always helps to know additional ways to do...

  • RE: SSIS Package created in SQL 2008

    Not that I know of. Do you have the specific error?

    Just a thought. If you haven't already done this you might try making a backup copy and...

  • RE: SSIS Package created in SQL 2008

    If I understand what you are asking what you are looking for is DTEXEC.exec at the beginning of the command.

    I did a blog on creating SSIS commands here[/url] that may...

Viewing 15 posts - 46 through 60 (of 617 total)