Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据这个论坛,SSIS 仅支持 UTF-16 Little Endian 平面文件。所有文件都是这样吗?我想通过 SSIS 加载一个 UTF-16 BE XML 文件。支持/可能吗?
我创建了一个 UTF-16BE 编码的 XML 文件并在 SSIS 中运行了一个简单的导入任务,它工作得很好。我不确定以不同方式处理平面文件的动机,但我认为这与遗留代码有关。
更新:我在 SSIS 2008 上运行了这个。安装 SSIS 2005 进行确认。更新:我确认这也适用于 SSIS 2005。