BCP 有通配符吗?
我正在尝试运行一个执行 BCP 实用程序的命令脚本。我希望它能够找到具有特定文件名格式的任何文件,例如 fileyyyymmdd.dat。有没有办法用通配符替换 yyyymmdd ,比如 ?或 * 在其他程序中?
谢谢!
I'm trying to run a command script that executes a BCP utility. I want it to be able to find any files with a specific file name format, for example, fileyyyymmdd.dat. Is there any way of replacing the yyyymmdd with wildcards, like a ? or * in other programs?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不在 bcp 中,但您可以在 BCP 之外使用 PowerShell 脚本或其他命令脚本。
Not in bcp, but you could use a PowerShell script or other command scripting outside of BCP.