Automation of SQL Patching with DBATools #7395
Unanswered
sharmakneeraj4
asked this question in
Q&A
Replies: 1 comment 4 replies
-
isn't the "Notes" property reporting what you're seeking already ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Update-DbaInstance -ComputerName $Servers -Path '\xyz\SQL2012\CU' -Credential $cred -Version $version -Restart -Confirm:$false
I want to generate a log that can tell if there is any failure in the script. Can someone please suggest how to do that?
Beta Was this translation helpful? Give feedback.
All reactions