Backup database from default (unnamed) sql server instance with powershell.
- by sparks
Trying to connect to an instance of SQL Server 2008 on a server we'll call Sputnik. There are no firewalls in between the two devices.
Right now I'm just trying to list databases
[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SqlServer.SMO") | Out-Null…