SQL Server 2008 management studio drop tables warning?

Posted by Curtis White on Stack Overflow See other posts from Stack Overflow or by Curtis White
Published on 2010-06-01T07:10:41Z Indexed on 2010/06/01 7:13 UTC
Read the original article Hit count: 196

Filed under:

Why does SQL server 2008 always warn about needing to drop tables to rename columns? I was under impression this was not required unless it was a key. If I change a column from null to not null even if is not a key field it wants to drop table and all relations.

© Stack Overflow or respective owner

Related posts about sql-server-2008