Viewing post 1 (of 1 total)
In Powershell....exporting to Excel$Path = "C:\temp\Get-Indexes.sql"$tsql = Get-Content -Path $Path -Raw
foreach( $ServerInstance in $ServerInstances){ $SmoServer = New-Object Microsoft.SqlServer.Management.Smo.Server $ServerInstance ;
April 21, 2018 at 6:28 am
#1987784