Home
> Sql Server > Saving Changes Is Not Permitted On SQL Server 2008. How To Solve?
Saving Changes Is Not Permitted On SQL Server 2008. How To Solve?
Saving changes is not permitted occurs when doing alter table (table structure is changed):
- change data type on existing columns
- or change allow nulls on existing columns
To allow you to save changes after you alter table, do disable prevent changes:
- Open Microsoft SQL Server Management Studio 2008
- Click Tools, then click Options
- Click Designers
- Uncheck prevent saving changes that require table re-creation
- Click OK
- Try to alter your table
Hope this would be helpful.:)
Categories: Sql Server
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
Comments