dump transaction and load transaction is not allowed across platforms.
dump database and load database to or from a remote backupserver are not supported across platforms.
You cannot load a password-protected dump file across platforms.
If you perform dump database and load database for a parsed XML object, you must parse the text again after the load database is completed.
You cannot perform dump database and load database across platforms on Adaptive Server versions earlier than 11.9.
Adaptive Server cannot translate embedded data structures stored as binary, varbinary, or image columns.
load database is not allowed on the master database across platforms.
Stored procedures and other compiled objects are recompiled from the SQL text in syscomments at the first execution after the load database.
If you do not have permission to recompile from text, the person who does must recompile from text using dbcc upgrade_object to upgrade objects.
If you migrate login records in syslogins system
table in the master database from Solaris to Linux, you can use bcp with
character format. The login password from the Solaris platform is
compatible on Linux without a trace flag. Beginning with 15.0.2,
any password that uses SHA-256 can be moved between platforms using bcp. sp_displaylogin is
used to determine the password encryption algorithm used by a particular
login.