Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change DB Structure with FOREIGN KEY constraint
Message
 
 
To
06/07/2010 16:16:20
General information
Forum:
Microsoft SQL Server
Category:
Scripting
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01471590
Message ID:
01471591
Views:
39
>I have been learning SQL 2008. After creating a few related tables, I added a few additional column to one of the tables. When I attempt to save the table structure I get an error telling me that the table can not be dropped and re-created.
>
>1. Why when added a new column does SQL need to drop the original and re-create it?
>
>2. If the constraint are the problem, why doesn't SQL drop the constraints and recreate them?

If you're using SSMS Design view it generates safer, but often more complex script than needed. You may be better if you use ALTER TABLE directly and not the design view.

Try saving the script right now (click on script button) and abandon this dialog. Then based on this script write correct query.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform