使用 SQL 服务器导出向导导出时如何 select 表的特定列?

How to select specific columns of tables while exporting with the SQL Server export wizard?

我想从远程服务器导出一些表格。但是有一个问题,我只能获取表的特定列,而我无权访问其他列。

我通过编辑 SQL 在编辑映射中设置它们,但它仍然试图获取未被选中且不在 sql

中的表格的其他列

我该如何解决?

Specify Table Copy or Query 选项卡上选择 Write a query... 并用适当的列写下你的声明。