Forum Replies Created

Viewing 15 posts - 4,111 through 4,125 (of 7,484 total)

  • RE: Stack Ranking

    ben.mcintyre (7/19/2012)


    I think maybe the manager who thought that system up was a '2'.

    Thnat's crazy. There's no way he could rate higher than a 1.

  • RE: Three Rules for Database Development

    Evil Kraig F (9/21/2012)


    I'm also not a particular fan of TFS, SourceSafe, or the rest in the database world. I'm VERY frickin' biased against this, particularly because of the...

  • RE: Three Rules for Database Development

    Phil Factor (9/17/2012)


    The idea of saying that one should never do shared database development is ridiculous, ... ... ... to try to anathemise or prescribe the perfectly reasonable practice...

  • RE: Three Rules for Database Development

    Steve Jones - SSC Editor (9/17/2012)


    Jeff Moden (9/16/2012)


    I've found that such "committee decisions" can be horribly wrong especially when people who might not know as much about databases outnumber those...

  • RE: Tracking Processes

    Steve Jones - SSC Editor (9/26/2012)


    True, but that isn't a lock on a user interaction.

    I thought that was what I said.:-P

  • RE: Tracking Processes

    Steve Jones - SSC Editor (9/26/2012)


    SQLDBA360 (9/26/2012)


    Steve Jones - SSC Editor (9/21/2012)


    The question was poorly worded and I missed the total disk activity in edit.

    The question has been corrected and...

  • RE: Inner Join

    Nice and easy. Thanks for the question.

  • RE: SQL server in loop Evaluation

    yuvipoy (9/25/2012)


    I have missed the last 2 lines command.ExecuteNonQuery(); and command.Parameters.Clear(); statement in the code.

    Yes, adding those two lines fixes that issue.

    However, you will have very poor performance...

  • RE: Transactions

    Good question.

    Nice blg entry too, apart from "BACKUP/BACKUP" instead of "BACKUP/RESTORE".

  • RE: SQL server in loop Evaluation

    Your loop doesn't insert any data - it just repeatedly overwrites the command's parameters. The only calls to the database are befor the loop begins and after it ends,...

  • RE: Link table with datetime field

    Sean Lange (9/24/2012)


    I don't understand what you are getting at, Sean.

    Tom I was typing before I really understood the question completely. Maybe if I had used the word history instead...

  • RE: Link table with datetime field

    Sean Lange (9/24/2012)


    Gazareth (9/24/2012)


    Hello,

    I seem to recall from my database design classes a while back, being told that a link table with just a datetime field in wasn't really a...

  • RE: Link table with datetime field

    Gazareth (9/24/2012)


    Hello,

    I seem to recall from my database design classes a while back, being told that a link table with just a datetime field in wasn't really a link table.

    I've...

  • RE: Extended Events I

    Good question. Nice and easy, and no scope for disagreement/nit-picking.

    Unless of course this is a nit: I find the terminology in the explanation's first sentence somewhat amusing, though -...

  • RE: Creating Trigger To Update Total On 'Parent' Table

    SQL Kiwi (9/23/2012)


    [Just in case you are not aware of it, there is some very good information at http://www.wiscorp.com/SQLStandards.html and a reasonable version of SQL:92 at http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt (CREATE ASSERTION is...

Viewing 15 posts - 4,111 through 4,125 (of 7,484 total)