-
I almost have this working but I keep getting a security error. Here's the basic script: $instances = @{"FRITCHEYG1W7"="FRITCHEYG1W7\R208"; "FRITCHEYGW7"="FRITCHEYGW7\R208"} $job = Invoke-Command -ComputerName (Get-Content "c:\scripts\serverlist.txt"...
-
By AllenMWhite In working on a PowerShell script to load data into SQL Server, I decided to use the Invoke-SQLCMD cmdlet included in the snapins provided with SQL Server 2008, and found a couple of issues you should know about. Read More
-
This post, written by Ray Barley, goes over the basics on using SQL Server 2008 PowerShell’s Invoke-Sqlcmd command. Read more