Skip to content

Instantly share code, notes, and snippets.

@nanoDBA
Created July 17, 2018 03:02
Show Gist options
  • Select an option

  • Save nanoDBA/e3c03ade5ec08bc03c693a6646f1b067 to your computer and use it in GitHub Desktop.

Select an option

Save nanoDBA/e3c03ade5ec08bc03c693a6646f1b067 to your computer and use it in GitHub Desktop.
Download and Install SentryOne Plan Explorer
<# 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
@nanoDBA
Copy link
Copy Markdown
Author

nanoDBA commented Jul 17, 2018

This is the same download link as the 2018-06-13 release - that's a good thing! Thank you, SentryOne.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment