0
Go to Tools -> Options - Designers
And uncheck "Prevent saving changes that require table re-creation" and you should be okay.
This to protect accidental table drop and create in production (or any other, for that matter) environments.
Please google the term to understand the full impact of unchecking that option and please do it at your own risk.
0
Hi Nitin,
Tks so much for your reply.
Yes, I could see the column you mentioned. However, after I did what you said and wanted to save the latest and MsSQL gave me the following message :
Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created.
You have either made changes to a table that can't be re-created or enabled the option Prevent saving changes that require
the table to be re-created.
Do I have to drop the table and create again ? or is there something wrong with my Ms SQL?
0
Hi,
Please check below link -
http://stackoverflow.com/questions/10991894/auto-increment-primary-key-in-sql-server-management-studio-2012
0
Can you see the "Column Properties" section in your screen-shot?
Just scroll down a bit in that and you will see "Identity Specifications". Make that Yes and provide Seed and increment values, typically, 1 and 1.
Hope it helps!