Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
首先,我尝试将 csv 文件写入桌面,然后尝试连接到 SQL Server 数据库,但出现错误消息:
只需阅读错误消息。我认为 SQLCMD 正在尝试写入您的桌面。它不知道它是文件还是目录。它表明您无权创建该文件。
假设有一个临时目录并且每个人都有权限,请尝试将输出文件更改为“c:\temp\test.txt”。
如果支持windows认证登录,可以使用如下命令:
sqlcmd -S "yourServerName"