SQL Server 2008 和命令行工具 bcp:是否有不同的版本?

发布于 2024-09-11 08:40:54 字数 156 浏览 4 评论 0原文

我在使用 openrowset...bcp... 编写了一个小程序来导入表中的一些平面文件时遇到了问题,但这在客户站点上不起作用。

使用 bcp /? 进行简短检查显示不同的行为,例如开关 -T 不是受信任的连接,而是带有图像的连接。

是否提供了不同版本的 bcp?

I got the problem having written a little procedure to import some flatfiles in a table using openrowset...bcp... which didn't work at customers site.

A short check with bcp /? shows a different behaviour e.g. the switch -T was not trusted connection but rather something with Images.

Are there different versions of bcp delivered?

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

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

发布评论

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

评论(2

卖梦商人 2024-09-18 08:40:54

我不认为特定 SQL Server 版本有不同版本的 bcp。并且,-T 选项作为可信连接开关已存在于许多 SQL Server 版本中。

每个系统上的 SQL Server 版本是否相同?
每个系统上的 bcp 版本是否相同(运行 bcp /v)?
您能否提供有关您在图像相关输出中看到的内容的更多信息?

I don't think there are different versions of bcp for a specific SQL Server version. And, the -T option as the trusted connection switch has existed in many SQL Server versions.

Are the SQL Server versions the same on each system?
Are the bcp versions the same on each system (run bcp /v)?
Can you give more information about what you see with the image-related output?

若沐 2024-09-18 08:40:54

我得到了答案:这是sybase环境中的命令行工具。有两个管理工作室并排,最后一个已经设置了环境变量路径......

i got the answer: It was the commandline-tool in a sybase environment. There are two management studio's side by side and the last one has set the environment-variable path...

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