Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Delete orphan row avoiding FK table scan

    Hi,

    Thanks for helping, I migh better explain with an example

    CREATE TABLE MyTableA

    (

    MyTableAID int IDENTITY(1,1) NOT NULL,

    MyTableTextCol varchar(max) NOT NULL,

    TypeCol varchar(20) NOT NULL,

    CONSTRAINT PK_MyTableA PRIMARY KEY...

Viewing post 1 (of 2 total)