导出数据期间的归类错误

时间:2014-04-03 08:22:52

标签: sql sql-server database

我尝试使用内置导出工具将数据从一个数据库复制到另一个数据库。 但是我得到了这个错误:

Error 0xc02020f4: Data Flow Task 1: The column "Name" cannot be processed because more than one code page (1250 and 1252) are specified for it.
 (SQL Server Import and Export Wizard)



Error 0xc02020f4: Data Flow Task 1: The column "CatalogNo" cannot be processed because more than one code page (1250 and 1252) are specified for it.
 (SQL Server Import and Export Wizard)

Error 0xc004706b: Data Flow Task 1: "Destination - Device" failed validation and returned validation status "VS_ISBROKEN".
 (SQL Server Import and Export Wizard)

Error 0xc004700c: Data Flow Task 1: One or more component failed validation.
 (SQL Server Import and Export Wizard)

错误0xc0024107:数据流任务1:任务验证期间出错。  (SQL Server导入和导出向导)

我知道错误:

Error 0xc004706b: Data Flow Task 1: "Destination - Device" failed validation and returned validation status "VS_ISBROKEN".
 (SQL Server Import and Export Wizard)

可能是由于复制数据的顺序错误造成的。 (FK)

前两个错误是由列中的排序错误引起的。

数据库和表具有相同的排序规则。如何设置列以使用表默认排序规则? 我试图手动更改此项,但在列lvl上的排序规则列表中没有为表和数据库设置排序规则。

1 个答案:

答案 0 :(得分:0)

确定。我在Design - > Collation - > Restore default中手动更改了它 之后我复制了所有数据。