Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everybody, I am new to .Net. Now , I am updating one website which it is already hosted and developed in .Net. In this project, they are used stored procedures, BAL, DAL etc. I want to add extra fields to database table. For that, I downloaded sql server 2012 and added two fields and also these two fields to stored procedures but they are not saving. when i am trying to save, they are saving locally as sqlquery1.sql, sqlquery2.sql, sqlquery3.sql .....like that saving but i am editing database from remote place. I dont know what to do....please help me.
Posted
Comments
[no name] 10-Sep-13 7:27am    
http://technet.microsoft.com/en-us/library/ms345356.aspx
Nagesh Reddy 10-Sep-13 7:48am    
i modified but how to save it...
Raja Sekhar S 10-Sep-13 8:14am    
after modifying run the script(F5)....
Nagesh Reddy 10-Sep-13 8:20am    
ok thanks

1 solution

I think u must disable Prevent saving changes.

Step:
1. Go to Menubar click Tools --> Options.
2. Choose Designers Root/Tabs.
3. Then Uncheck Prevent saving changes that require table re-creation.
4. Click OK.

This Step for edit design table quickly.

Regards,
Alexander Andri
 
Share this answer
 

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