Created
July 17, 2018 03:02
-
-
Save nanoDBA/e3c03ade5ec08bc03c693a6646f1b067 to your computer and use it in GitHub Desktop.
Download and Install SentryOne Plan Explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# download and install SentryOne Plan Explorer: 2018-07-16 release #>$PlanEXP_filename = "$env:USERPROFILE\downloads\PlanExplorerInstaller.exe"; Start-BitsTransfer -Source 'https://downloads.sentryone.com/downloads/sqlsentryplanexplorer/x64/PlanExplorerInstaller.exe' -Destination $PlanEXP_filename; & $PlanEXP_filename /install /passive /norestart |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the same download link as the 2018-06-13 release - that's a good thing! Thank you, SentryOne.