You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Or get a snapshot with a specific name
Get-DbaDbSnapshot -SqlInstance sql2017 -Snapshot HR_snap_20161201
I this is meant instead:
# Or get a snapshot with a specific name
Get-DbaDbSnapshot -SqlInstance sql2017 -Name HR_snap_20161201
With the earlier command I get the error:
New-DbaDbSnapshot:
Line |
4 | … e $new -SqlCredential $cred -Database PowershellTst -Snapshot Jenkins …
| ~~~~~~~~~
| A parameter cannot be found that matches parameter name 'Snapshot'.
And also...the comment section at the webpage doesn't seem to be working.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
At the webpage "https://dbatools.io/snapshots/" it says:
I this is meant instead:
With the earlier command I get the error:
And also...the comment section at the webpage doesn't seem to be working.
Beta Was this translation helpful? Give feedback.
All reactions