获取Powershell以等待SQL命令执行

时间:2012-01-20 18:02:12

标签: sql-server powershell

这是我的代码(或者其中的一部分......)

    $SQLCommand.CommandText=$CmdString
    $SQLCommand.CommandType=1
    $SQLCommand.Connection=$sqlConnection
    #CLear errors before we try to execute.. 
    $Error.Clear()
    **$SQLCommand.NonQuery()**

我希望ExecuteNonQuery等到它完成。到目前为止,没有运气找到答案,当然时钟正在运行.. aarrrrgh!

...谢谢

0 个答案:

没有答案