gpt4 book ai didi

sql - 在远程机器上调用 sqlcmd

转载 作者:行者123 更新时间:2023-12-03 00:19:40 30 4
gpt4 key购买 nike

我正在使用以下代码在远程机器上执行查询。

Invoke-Sqlcmd -ServerInstance $serverInstance -Database $dbName -InputFile $filePath -U "test" -P "testpwd"

但是得到一个错误
Invoke-Sqlcmd : Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.

我的数据库服务器和我的机器在同一个域中,但两者都是不同的机器。
请帮忙。

最佳答案

确保您在尝试访问的数据库服务器上打开了 Windows 身份验证和 SQL 身份验证。!

enter image description here

关于sql - 在远程机器上调用 sqlcmd,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17022165/

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