Eu sou um novato em PowerShell.
Então, eu criei um script que usa o Restore-SqlDatabase
commandlet. No entanto, depois de executá-lo, ele deixa o Powershell em um estado diferente.
PS D:\theFolder\> .\myRestoreDatabaseScript.ps1
... snip does the work ...
PS SQLSERVER:\>
Como posso retornar o Powershell de volta à interface "normal"?
Além disso, como é PS SQLSERVER
chamado o prefixo? Tentei procurar no Google por isso e fiquei vazio.
push-location
antessqlps
epop-location
depois da importação e pronto.