Forum Replies Created

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

  • RE: Write PowerShell Output to SQL Server Table

    Hi,

    I have created the power shell script for database information.Please find the below query:-

    ForEach ($instance in Get-Content "C:\temp\test\sqlserverlist.txt")

    {

    [System.Reflection.Assembly]::LoadWithPartialName('Microsoft.SqlServer.SMO') | out-null

    ...

  • RE: Write PowerShell Output to SQL Server Table

    Thanks for such a wonderful script.

    I am new in PowerShell.so it will take time to understand. Could you please tell me

    Do you have any script for window service...

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