Forum Replies Created

Viewing 7 posts - 181 through 187 (of 187 total)

  • RE: SQL

    How come you are saying Cascade is normal on update/delete. By default it will be No Action rite?

  • RE: SQL

    I think he is expecting us to think in normal scenario.. We shud not think beyond that..

  • RE: SQL

    thanks..

    pls xplain wat does breaking of relationship means?

  • RE: SQL

    wat does this mean "Breaking of relationships is prevented once referential integrity on a database is enforced".

  • RE: SQL

    We can delete a row in primary table if CASCADE option is chosen On DELETE rite?

  • RE: Transactions 1

    Thanks Man.

    Can u tell me what will be default mode of "XACT_ABORT" in sql server. If i'm setting it as ON then how long it will be effective.

  • RE: Transactions 1

    Hi Guys,

    Can anyone explain how two rows will be inserted. I tried the same and for me only first record is getting inserted.

    create table T1 (a int not null,b char(1)...

Viewing 7 posts - 181 through 187 (of 187 total)