gpt4 book ai didi

sql-server - 找不到 sqlcmd.exe(SQL SERVER 2017)

转载 作者:行者123 更新时间:2023-12-02 00:10:56 26 4
gpt4 key购买 nike

我遇到了一个关于 sqlcmd 的问题,

电脑上有SSMS 2017,我可以在SSMS 2017中使用SQLCMD MODE,但是我不能在命令提示符下调用sqlcmd

“'sqlcmd.exe' 未被识别为内部或外部命令、可运行程序或批处理文件”

而且我在整台电脑中都找不到SQLCMD.EXE。

既然可以在SSMS中使用SQLCMD MODE,那是不是电脑里一定有sqlcmd.exe呢?

非常感谢,

最佳答案

Since i can use SQLCMD MODE in SSMS, Is this means, there must be a sqlcmd.exe in the computer or not?

显然不是。我刚刚通过运行进行了测试

:!! powershell pause

在 SSMS 的 SQLCMD 模式下并在 Sysinternals Process Explorer 中检查进程树:

enter image description here

看起来 SSMS 使用的是 PowerShell 的 Invoke-SqlCmd,它是一个独立的 SQLCMD 兼容解释器。

而 SQLCMD 是一个 seperate download从 SSMS 18.0 开始:

The following tools are no longer installed with SSMS:
OSQL.EXE
DReplay.exe
SQLdiag.exe
SSBDiagnose.exe
bcp.exe
sqlcmd.exe

Deprecated and removed features in 18.0

关于sql-server - 找不到 sqlcmd.exe(SQL SERVER 2017),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59177628/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com