Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Store PowerShell result in a table

$
0
0

I am trying to write a script for gathering session information for all the SQL server instances in our environment and then store the result in a SQL server table. I am using the following query:

SELECT host_na


Viewing all articles
Browse latest Browse all 6525

Trending Articles