sql server - Dropping SQL foreign key on a live database -


would run issue if tried dropping foreign key constraint on live sql database? want make sure there's no reason take database offline before doing this.

dropping foreign key on live databases can done online without impacting users. may run data quality issues though, guess foreign key in place reason.


Popular posts from this blog

debugging - Reference - What does this error mean in PHP? -

Perl "Out of memory!" when processing a large batch job -