How do you run SQL alter to alert you the discrepancies between your record definitions and underlying SQL tables without actually performing changes to the object in the database?
Run as a user with SELECT only permissions to the underlying database
Run the SQL Alter in Audit only mode
Run the SQL Alter in Report mode by selecting Build Script file Radio button
Run as a user that has no permission to modify the underlying database
Run as a user with AUDIT permissions to the underlying database