Saving changes is not permitted when altering the structure of a SQL Server 2008 table, such as changing a column's data type. This occurs because SQL Server prevents changes that require recreating the table by default. To resolve this, one can uncheck the "Prevent saving changes that require table re-creation" option in the Tools > Options > Designers menu. The document then demonstrates altering the MST_STUDENT table column data type as an example.