sql - Is there a way to alter the design without creating table from scratch? -
this question has answer here:
i'm creating database in sql server management studio contains tables plus stored procedures, have set relationship between tables want alter in design of tables keeps telling me changing have made require following table dropped , re-created.
is way alter design without creating table scratch ??
turn off this option here (under tools > options
menu in ssms) , you'll able make changes:
it's checked (and activated) default after installation.
Comments
Post a Comment