I am trying to change my primary key to identity(1, 1) but SQL Server says:
Saving changes is not permitted. Tables to be dropped and re-created.
Is there any other solution to achieve my goal? P.S I don't have permission to access tools...
I am trying to change my primary key to identity(1, 1) but SQL Server says:
Saving changes is not permitted. Tables to be dropped and re-created.
Is there any other solution to achieve my goal? P.S I don't have permission to access tools...
In the management studio:
Tools->options->Designers->Table and database designers. There under table options is the point "Prevent saving changes that require table re-creation". Uncheck this and it should work. Save (Not Permitted) Dialog Box
To change this option, on the Tools menu, click Options, expand Designers, and then click Table and Database Designers. Select or clear the Prevent saving changes that require the table to be re-created check box.