我收到Incorrect syntax near 'GO'
. 我尝试了几种方法,其中一种奏效了。谁能给我解释一下?
invoke-sqlcmd2 的来源:https ://github.com/RamblingCookieMonster/PowerShell/blob/master/Invoke-Sqlcmd2.ps1
工作过:
Invoke-Sqlcmd2 -Query "SELECT 1 FROM TableA GO"
没用:
Invoke-Sqlcmd2 -Query "Print 123 GO"