Viewing 4 posts - 1 through 4 (of 4 total)
Nice article,
I did something similar a few years ago, though I did it slightly different.
I used a linked server to migrate the data into SQL, then used PowerShell with...
July 11, 2016 at 2:02 am
WayneS (7/25/2013)
[System.Data.Sql.SqlDataSourceEnumerator]::Instance.GetDataSources()
It's description is: "Provides a mechanism for enumerating all available instances of SQL Server within the local network."
So what I wonder is:
Does it only see...
July 25, 2013 at 7:46 am
I have a similar powrshell script that I run from cmd line on an adhoc basis.
I get round the subnet issue like this
Top of script
param (
[switch]$help,
[string]$filename = {},# Name...
July 25, 2013 at 6:40 am
Ignacio A. Salom Rangel (4/19/2011)
I like the script. The one thing I don't like is that you also get computers that have services like the "SQL Server VSS Writer".
You will...
July 25, 2013 at 1:06 am
Viewing 4 posts - 1 through 4 (of 4 total)