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.
似乎在处理返回 xml 的存储过程时在 SSIS 中使用 OLE DB 命令时会出现问题:查看错误描述
我必须使用以这种方式构建的过程并获取 xml,即使它只是一个字符串值。有没有人知道上面链接的错误的解决方法,不涉及更改程序?
我认为您应该能够使用 CAST 运算符将存储过程的输出转换为常规字符串。