SQL 任何地方 16 到 SQL 服务器迁移

SQL Anywhere 16 to SQL Server Migration

我正在使用 SQL Sybase 服务器迁移助手 (SybaseToSQL),但我收到此消息:

Error collecting data. See the inner exception for details.

以下是我的错误详情:

ERROR [42S02] [Sybase][ODBC Driver][SQL Anywhere]Table 'syscharsets' not found. [Collector: Error] [6696/9] : Exception: ERROR [42S02] [Sybase][ODBC Driver][SQL Anywhere]Table 'syscharsets' not found

[Gui: Error] [6696/9] : LowLevelAdapter.ReadSource : Read Source error: Microsoft.SSMA.Framework.Generic.Collectors.CollectorException: Error collecting data. See the inner exception for details. ---> System.Data.Odbc.OdbcException: ERROR [42S02] [Sybase][ODBC Driver][SQL Anywhere]Table 'sysconfigures' not found

当我查询所有系统表时,我没有找到任何 syscharsetssysconfigures 表,是否是因为我的 SQL Anywhere 版本不兼容?

SybaseToSQL 只能用于迁移 ASE (Adaptive Server Enterprise) 数据库。 SQL Anywhere 是一个单独的产品,通常 drop-in 与 ASE 不兼容。