SSIS 输出参数和 XML

发布于 2024-07-13 15:18:13 字数 265 浏览 7 评论 0原文

似乎在 SSIS 中使用 OLE DB 命令时,处理返回 xml 的存储过程时会出现问题: 查看 bug 描述

我必须使用以这种方式构建的过程并获取 xml,即使它只是一个字符串值。 有谁知道上面链接的错误的解决方法,而不涉及更改程序?

It seems that when using the OLE DB Command within SSIS problems occur when handling stored procedures that return xml: view bug description

I have to use a procedure that is built in such a way and get hold of the xml even if it is just as a string value. Does anybody know of a workaround to the bug linked above that doesn't involve changing the procedure?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魔法唧唧 2024-07-20 15:18:13

我认为您应该能够使用 CAST 运算符将存储过程的输出转换为常规字符串。

I think you should be able to use CAST operator to convert the output of your stored proc to a regular string.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文