https://github.com/dzsquared/sqlops-pastetheplan
Paste the Plan Extension for Azure Data Studio
https://github.com/dzsquared/sqlops-pastetheplan
Last synced: 8 months ago
JSON representation
Paste the Plan Extension for Azure Data Studio
- Host: GitHub
- URL: https://github.com/dzsquared/sqlops-pastetheplan
- Owner: dzsquared
- License: mit
- Created: 2018-10-19T00:17:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T16:29:29.000Z (about 3 years ago)
- Last Synced: 2025-04-11T23:30:47.379Z (about 1 year ago)
- Language: TypeScript
- Size: 1.32 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Data Studio - Paste the Plan Extension
This extension is a connector to [Paste the Plan](http://pastetheplan.com).
## Installation
The current release is available to [download as a .vsix file](https://github.com/dzsquared/sqlops-pastetheplan/releases/download/0.2.0/pastetheplan-0.2.0.vsix) and can be installed by opening the command palette (`ctrl/command+shift+p`) and selecting `Extensions: Install from VSIX...`
## Features
Open execution plan XML from a saved execution plan file, an estimated execution plan, an actual execution plan, or embedded in query results such as sp_BlitzCache.
From the open XML file, run either of the commands from the command pallete (`ctrl+shift+p`):
- Paste the Plan: Open in Browser
- Paste the Plan: Copy to Clipboard


## Requirements
- Internet connectivity
## Privacy
This extension does not store your execution plans or other information locally. It does send your execution plans to *Paste the Plan*, so you should be familiar with their [privacy and copyright summary](https://www.brentozar.com/pastetheplan/paste-plan-privacy-copyright-summary/)
## Known Issues
Please [submit on GitHub](https://github.com/dzsquared/sqlops-pastetheplan/issues)
## Release Notes
### 0.2.0
- Adds check for execution plan size <2MB
- First release
### 0.1.0
- Preview version
## License
This extension is released under the [MIT License](https://raw.githubusercontent.com/dzsquared/sqlops-pastetheplan/master/LICENSE).