You receive this message in SQL Server 2008 when you alter a table and after modification in table, you want to save this modification.
To allow saving the modification they suggested that first drop the table and then recreate it which is not suitable when you have important data/information, and it also causes increase in rework.
To save yourself from this rework, we have another way which is mentioned below.
Step 1:- Open your SQL Server Management Studio.
Step 2:- Goto Tools -> Options -> Designers.
Step 3:- Uncheck checkbox "Prevent saving changes that require table re-creation".
Step 4:- Save your changes.
Now, attempt to save your modification changes which you have done in your table.
I hope that this will work for you as it worked for me. So please leave a comment if this post help you so other visitors can also trust on this solution.
Thanks.
I have created this blog to place some of important things on it for my personal use and also to help others. Now a days I am doing job as Software Engineer in a company. I have completed my graduation in Computer Science from University of Sindh, Jamshoro, Pakistan.
Subscribe to:
Post Comments (Atom)
Docker Tutorial
I have listed all the necessary commands of Docker below. In case if any is missing or if any improvement required, please share in comment...
-
In my case, this error pertains to Oracle Merge query . After 30 minutes of time wastage and a lot of hunting on different forums, I come to...
-
Above problem occur when you have not added a group (of which User try to login) in your local policy login. To resolve the issue, follow t...
-
Dear Readers, I face this problem in a web application build in .aspx. It mainly occurs when you are performing some action with javascrip...
No comments:
Post a Comment