Forum Replies Created

Viewing 15 posts - 376 through 390 (of 471 total)

  • RE: More Conversion Fun

    Yes I agree. When "S" wasn't there I went looking for the correct answer.

  • RE: Isolation levels - Database Engine

    Got it. Thanks for the clarification.

  • RE: Isolation levels - Database Engine

    Does it work this way because the original select and final select are within a transaction? Or does that matter?

  • RE: Isolation levels - Database Engine

    Wouldn't the last select hang waiting for the pending commit or rollback?

  • RE: Isolation levels - Database Engine

    I chose the correct answer because I felt it was most correct. But the way I read it was that if you had READ_COMMITTED_SNAPSHOT set to on, it would...

  • RE: Isolation levels - Database Engine

    William Vach (3/5/2009)


    Shouldn't the where clause of the 3rd statement be "where id = 2"?

    A great question that makes you think. But we need to fix the typo in...

  • RE: Database Roles

    I am sure that Steve will correct this when he gets a chance to review it.

  • RE: T-SQL

    Ninja's_RGR'us (2/10/2009)


    Cliff Jones (2/10/2009)


    Good change. Since a select into can cause some undesirable locking behavior it probably wouldn't be the best way to accomplish the task.

    Not since 6.5. ...

  • RE: T-SQL

    I agree Lynn. Many times the discussion is as or more informative than the question. The point is to learn from the exchange.

  • RE: T-SQL

    Good change. Since a select into can cause some undesirable locking behavior it probably wouldn't be the best way to accomplish the task.

  • RE: SQL 2008 Indexes

    Yes, that makes sense since there is no way to take a table offline like you can in Oracle.

  • RE: SQL 2008 Indexes

    I guess it is a way to take the table offline while preparing to do something with it. That's all I can think of.

  • RE: SQL 2008 Indexes

    According to the guidelines, inserts will fail also. I agree, I am not sure why you would ever want to disable the clustered index. I can't...

  • RE: Replication Agents

    That was the way I read it also. It doesn't explicitly say in BOL that it applies data changes to the Subscriber but from reading the description it seems...

  • RE: Replication Agents

    If the Merge agent does not apply data changes to the Subscriber, then what does? There is not Distribution Agent in Merge Replication, is there?

Viewing 15 posts - 376 through 390 (of 471 total)