Replies: 1 comment 1 reply
-
The PowerShell code is
The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is the command below the same as DBCC SHRINKFILE ('Database_log', 0 , TRUNCATEONLY)?
Invoke-DbaDbShrink -SqlInstance -FileType Log -ShrinkMethod TruncateOnly -Database
Thanks
Beta Was this translation helpful? Give feedback.
All reactions