Skip to content

Commit

Permalink
Merge pull request #4 from josh-simar/josh-simar-patch-3
Browse files Browse the repository at this point in the history
Capitalize Keywords
  • Loading branch information
josh-simar authored Nov 2, 2017
2 parents f06ee67 + 320f688 commit daae561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/Start-DbccCheck.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Function Start-DbccCheck {
Write-Verbose "Dbcc CheckTables finished successfully for $dbname on $servername"
}
else {
$null = $server.Query("dbcc checkdb ([$dbname])")
$null = $server.Query("DBCC CHECKDB ([$dbname])")
Write-Verbose "Dbcc CHECKDB finished successfully for $dbname on $servername"
}
return "Success"
Expand All @@ -40,4 +40,4 @@ Function Start-DbccCheck {
return $message.Trim()
}
}
}
}

0 comments on commit daae561

Please sign in to comment.