I\'m wondering if is there a way to force MSSQL Management Studio to produce a script like this:
ALTER TABLE Mytable ADD MyCol bit NOT NULL CONSTRAINT MyColD
easy! just go to Tool->Option, then the Designer node and select Table and Database designer so that you can uncheck the Prevent saving changes that require ... checkbox.
Tool
Option
Designer
Table and Database designer
Prevent saving changes that require ...
Now you can make any chage on your tables design!