SQL Server 2008 and “Saving changes is not permitted”
SQL Server No Comments »
When editing the table schema in the SQL Server 2008 UI and the required change requires that the table needs to be dropped and recreated by default the UI will not let you make the change.
The kinds of changes that would require that the table be dropped and recreated would be inserting a column in the middle of the table, or changing the size of a column.
This setting can be overwritten by clicking on the Tools drop down menu and selecting Options. Under the Designers menu option, select the “Table and Database Designers” menu option and uncheck the “Prevent saving changes that require table re-creation” option. After clicking OK you will be able to save the changes.
Versioning Databases
SQL Server No Comments »Continuous Integration And Version Control for Databases - infoq.com
Get Your Database Under Version Control
Versioning Databases – The Baseline
Versioning Databases – Change Scripts
Versioning Databases – Views, Stored Procedures, and the Like
Adding simple trigger-based auditing to your SQL Server database
Get decision to use IDENTITY or GUID
SQL Server No Comments »http://sqljunkies.com/Article/4067A1B1-C31C-4EAF-86C3-80513451FC03.scuk
http://www.styledesign.biz/weblogs/macinnesm/archive/2004/09/14.aspx




Recent Comments