Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Load data using powershell

    Gary Varga - Sunday, February 19, 2017 1:31 PM

    Shouldn't:
    $dt=Invoke-SqlCmd -ServerInstance $serverlist -Database master -Query “SELECT @@versionâ€

    Be:
    $dt=Invoke-SqlCmd -ServerInstance $server -Database master...

  • RE: Load data using powershell

    Thanks for the reply, actually the column name is "InstaceName".

  • RE: SQL Time Outs

    Thanks for your reply, but actually I was trying to find out a quick solution to find out SQL timouts without having to run profiler, like checking logs.

    can application...

Viewing 3 posts - 1 through 3 (of 3 total)