I cannot use Set-Location
to change to a database. I have loaded the SQL Server snapins. I can use Set-Location
to get to SQL\Localhost\SQLEXPRESS\
, and I can show the paths under the server node with Get-ChildItem
. However, if I try to change to a known database on my machine, the Set-Location
call fails.
Am I missing a library?