MSSQL db change identify specification not permit

Error when trying to modified the identity Yes to no  or no to yes

  1. Create a table, one column specified as primary key of integer type.
  2. Save the table.
  3. Open the table, set the primary key to be “Identity Specification = Yes”.
  4. Save the modified table.

Saving changes is not permitted. The changes you have made…. …. or enabled the option Prevent saving changes that require…“, [Cancel] [Save Text File].

The error look like this



In order to Fix

On the Tools menu in Management Studio:

Options… -> Designers and uncheck Prevent saving changes that require table re-creation“.

This is the check box to look for:

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How do I get a copy of MS SQL Enterprise Manager and Query Analyser?

Microsoft does not distribute MS SQL client tools individually, they are bundled with MS SQL...

I get "SQL Server does not exist or access is denied" error when I tried to connect to MS SQL database on your server?

This error indicates that Enterprise Manager or Query Analyzer cannot make a connection the...

How do I configure the SQL Server Client connection protocol?

To connect to a remote MS SQL Server over the Internet using SQL clients (Enterprise Manager,...

Do you support MSDE 2000?

No. We do not support MSDE 2000. The Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) is a...

Can I have more logins for my MS SQL database?

For old In House Control Panel : No. We only provide a single database user login. For...