views:

600

answers:

1

I used to modify the tables in SQL Server 2005 but now after creating a table, I want to alter some entites but the SQL Server 2008 never let me do it.

Is it about the configuration scope of the SQL Server 2008? or How ?

Regards Bk

+3  A: 

I assume that you are using SQL Server Management Studio. In the Tools - Options menu, select the Designers node, and under Table options, uncheck "Prevent saving changes that require the table to be re-created".

Konamiman
Gracias Amigo.it is well done.
blgnklc
De nada. Glad to have helped you.
Konamiman

related questions