SQL Server 2008 和命令行工具 bcp:是否有不同的版本?
我在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不认为特定 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?
我得到了答案:这是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...