但是我收到了这样的错误
Msg 18456,Level 14,State 1 Server QSIH-00208,Line 1 用户'
的登录失败@echo off
set /p param0=Enter Server :
set /p param1=Enter Database name:
set /p param2=Enter Username:
set /p param3=Enter Password:
set /p locat= Enter the location of BCP Files:
:: Creating all the SP's to convert the CQM ids to static
sqlcmd -S %param0% -U %param2% -P %param3% -d %param1% -i "All static id SP.SQL"
这是我的蝙蝠档案我做错了什么; 我的用户名和密码是正确的;但是,当我在远程服务器上运行时,它无法正常工作