Forum Replies Created

Viewing 15 posts - 21,076 through 21,090 (of 26,490 total)

  • RE: Original Theatrical Release of Star Wars

    Dave (5/8/2009)


    I saw it with Linda, a girl I was dating. When we got to the box office, the ticket seller says, "I only have two together in the...

  • RE: Concurrency Question

    Jamie Julius (5/8/2009)


    Paul White (5/8/2009)


    Jamie Julius (5/7/2009)


    It seems to me that the proposed SQL would be considered an implicit transaction. It would be run under the default isolation mode of...

  • RE: Invalid use of a side-effecting operator 'INSERT EXEC' within a function:

    Does this mean creating a view using the OPENROWSET function didn't work? It is how I got around not being able to use NEWID() in a function, I put...

  • RE: Concurrency Question

    Stepping back a moment, dealing with difficult users - the flip side (yes, my post dealing with us (me)).

    The best way to "defeat" us is with information. The more...

  • RE: Concurrency Question

    Bob Hovious (5/8/2009)


    For clarity, note that Bob's example also fails if READ_COMMITTED_SNAPSHOT is on.

    Are you real sure about that Paul?

    Did you try it? ...

  • RE: Concurrency Question

    Paul,

    The problem we are having is that the OP is apparently dismissing everything without considering it in context. Yes, I have tested your devils advocate position and if you...

  • RE: Concurrency Question

    I'll accept the devils advocate position. But, can you make it fail when the optimistic concurrency features are not in use.

    At this point, we actually don't know what transaction...

  • RE: Are the posted questions getting worse?

    GilaMonster (5/8/2009)


    Lynn Pettis (5/8/2009)


    Speaking of which, Gail, I had a couple of UBD moments with your article

    UBD?

    Thanks, I'll send it to Steve over the weekend.

    UBD -- User Brain Damage ...

  • RE: Concurrency Question

    noeld (5/8/2009)


    Julius,

    Coding this way ( with exists ... ) is NOT needed at all.

    Set up a primary key and if there is a collision handle the error accordingly.

    Leave locking...

  • RE: Are the posted questions getting worse?

    Florian Reischl (5/8/2009)


    Bob Hovious (5/8/2009)


    Flo, I'm really looking forward to your article... errr articles... errrr book.... I just hope it doesn't turn into your life's work.

    The (first)...

  • RE: Are the posted questions getting worse?

    Well, nothing wrong with a Masters by course work, that was my MA as well. Trust me, though, there was plenty of research work involved outside of the classes....

  • RE: Concurrency Question

    This:

    begin transaction

    select @rows = count(*) from dbo.SomeTable where SomeID = @SomeID;

    if @rows = 0

    insert into dbo.SomeTable values (@SomeID)

    commit transaction

    WILL NOT PREVENT two sessions from entering the...

  • RE: General Network Errors

    Roy, can you post the exact error messages you are getting please.

  • RE: Are the posted questions getting worse?

    Roy Ernest (5/8/2009)


    Not all Indians are Mor**s like him with a MSA degree (I know MSc but not MSA) ...heheheh Me, I am an Indian with just one Bachelors degree...

  • RE: Are the posted questions getting worse?

    I'd have to do some searching, might be in that thread he started when he mentioned he wanted to get his PhD, that the M.C.A. is a Master in Computer...

Viewing 15 posts - 21,076 through 21,090 (of 26,490 total)