powershell脚本中的sql输出

时间:2011-09-27 08:37:14

标签: sql powershell

如何使用Invoke-AdoCommand在powershell脚本中获取sql输出。

$ds = Invoke-AdoCommand -ProviderName System.Data.SQLClient  -ConnectionString $connection -CommandText $query -AsDataSet

1 个答案:

答案 0 :(得分:2)

我认为Google会在这里向你发送你最好的朋友 - 我刚搜索过“Powershell DataSet” - 这个链接属于结果:

How to loop through a dataset in powershell?