Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Holy Foreign Keys and Indexes

    In my case I used DROP_EXISTING to convert 2nd (primary key index) from nonclustered into clustered. So the whole sequence was:

    1. Delete all foreign key references (ALTER TABLE Table1 DROP...

  • RE: Holy Foreign Keys and Indexes

    I recently had this problem on SQL Server 2005 SP2 and SP3, and in my case the reason was that there were two identical indexes on a table:

    -1st was...

Viewing 2 posts - 1 through 2 (of 2 total)