Unable to insert SQL table values from Powershell into SQL Server

后端 未结 0 474
傲寒
傲寒 2020-12-08 09:03

A script gets data from an API, and I\'m trying to import that data into SQL Server using a PowerShell.

$params = @{
    ServerInstance = "SQLDB1"
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题