Hello Stephen, Could you please check readme file under known issue section SQL Server Project Administrator V8i does not support adding or editing project database tables when using SQL Server. Any tables added or changes made to an existing tables will not be saved. To avoid this, add new tables or edit existing tables using SQL Server Management Studio first. Workaround is to change table length in 'SQL Server Management Studio' Run following query to change field length of specific table alter table [AREA3D] alter column [NAME] varchar(100) null If you try to change varchar value manually SQL will not allow to save your changes. Please refer following link workaround to edit field length manually and save it. support.microsoft.com/.../error-message-when-you-try-to-save-a-table-in-sql-server-saving-changes-is-not-permitted Hope this help. Looking forward to your reply. Regards, Abhijit Bute
↧