Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public/Invoke-DbaCycleErrorLog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ function Invoke-DbaCycleErrorLog {
https://dbatools.io/Invoke-DbaCycleErrorLog

.EXAMPLE
PS C:\> Invoke-DbaCycleLog -SqlInstance sql2016 -Type agent
PS C:\> Invoke-DbaCycleErrorLog -SqlInstance sql2016 -Type agent

Cycles the current error log for the SQL Server Agent on SQL Server instance sql2016

.EXAMPLE
PS C:\> Invoke-DbaCycleLog -SqlInstance sql2016 -Type instance
PS C:\> Invoke-DbaCycleErrorLog -SqlInstance sql2016 -Type instance

Cycles the current error log for the SQL Server instance on SQL Server instance sql2016

.EXAMPLE
PS C:\> Invoke-DbaCycleLog -SqlInstance sql2016
PS C:\> Invoke-DbaCycleErrorLog -SqlInstance sql2016

Cycles the current error log for both SQL Server instance and SQL Server Agent on SQL Server instance sql2016

Expand Down
Loading