HI all, I recently asked this question in another thread, but was told it would be better to move it to a new question instead.
What if I have an auto-increment INT as my non-clustered primary key, and there are about 15 foreign keys defined to it ? (snide comment about original designer being braindead in the original :) )
This is a 15M row table, on a live database, SQL Standard, so dropping indexes is out of the question. Even temporarily dropping the foreign key constraints will be difficult.
I'm curious if anybody has a solution that causes minimal downtime.