I'm doing a reverse engineer of a MySQL database to pass it to a Sybase database.
When I generate the Database Script (for the Sybase database), it gives me errors because it only allows a 30 length object name. The thing is, with ASE 15.X versions, we can have object names with 250 tops.
Is it possible to change the object name length allowed?