Click here to Skip to main content
15,896,359 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all visitors
I have problem with modified my table in sql server 2008 R2.
i have created one table(Employee). it has 7 fields.After i work on that table, I think that i missed 1 important field on that table.So i need to Add new field on my table.After i add new field on my table, I save it but it doesn't let me to Save. It lets me to save it to a file.

Anybody know how i can solve that problem?

Best Regards,
Posted
Comments
walterhevedeich 25-Jul-11 23:36pm    
Are you doing it in SQL Server Management Studio? What error are you getting?

1 solution

If you are doing this in SQL Server Management Studio, here are some steps that will allow you to save to the table.
1. Click Tools->Options
2. Click Designers->Table and Database Designers.
3. Uncheck Prevent saving Changes that require table re-creation.
4. Click OK.
Try saving the table again.
 
Share this answer
 
Comments
soeun tony 26-Jul-11 1:01am    
Thank for your reply
Yes, This is what i want. Now i can modify my table.
Thanks for your help
walterhevedeich 26-Jul-11 1:12am    
No problem. Glad it helped.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900