https://github.com/dzsquared/sqlops-firstresponderkit
Install and Run the First Responder Kit Scripts from Azure Data Studio
https://github.com/dzsquared/sqlops-firstresponderkit
Last synced: about 1 year ago
JSON representation
Install and Run the First Responder Kit Scripts from Azure Data Studio
- Host: GitHub
- URL: https://github.com/dzsquared/sqlops-firstresponderkit
- Owner: dzsquared
- License: mit
- Created: 2018-07-25T21:49:06.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T16:31:03.000Z (about 3 years ago)
- Last Synced: 2024-05-01T15:57:00.029Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://bit.ly/2lChw1Z
- Size: 565 KB
- Stars: 72
- Watchers: 9
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Data Studio - First Responder Kit Extension
This extension provides immediate access to the current First Responder Kit scripts and introductory execution suggestions. (All credit due to http://firstresponderkit.org/)
## Installation
The current release is available to [download as a .vsix file](https://github.com/dzsquared/sqlops-firstresponderkit/releases/download/0.6.0/firstresponderkit-0.6.0.vsix) and can be installed by opening the command palette (`ctrl/command+shift+p`) and selecting `Extensions: Install from VSIX...`
## Features
### Import
Import a script from the First Responder Kit to a new editor by opening the command palette (`ctrl/command+shift+p`) and selecting an option under `First Responder Kit: Import `. To import all scripts at once, select `First Responder Kit: Import sp_Blitz and all its friends`.

### Run
Already have the current scripts loaded to the database? Great! Take the shortcut to execution by opening the command palette (`ctrl/command+shift+p`) and selecting an option under `First Responder Kit: Run `. Several scripts are available in Object Explorer at Server, Database, and Table nodes.

### Check Your Current Version
Want to check the sp_Blitz version on a server? You can check your current connection or a server in object explorer and find out if you have the current version.


### Documentation Linking in Status Bar
As you work with sp_Blitz and other First Responder Kit scripts, they will be automatically detected in the query editor and a link to documentation is provided in the status bar.

### Database Dashboard Tab
Selected elements from the First Responder Kit PowerBI dashboard have been replicated in a dashboard tab. The elements execute against the current database and require the database configured to contain First Responder Kit historical data. For more information on data collection configuration, please see: https://www.brentozar.com/first-aid/first-responder-kit-power-bi-dashboard/

-----------------------------------------------------------------------------------------------------------
## Extension Requirements
Internet connectivity is required for any of the "Import" commands, which connect to GitHub to fetch recent versions of the scripts. A GitHub account is NOT required.
First Responder Kit scripts require SQL Server 2008 or newer. See current requirements for the scripts at http://firstresponderkit.org/.
-----------------------------------------------------------------------------------------------------------
## Known Issues
No open issues at this time.
## Unknown Issues
Can be raised here: https://github.com/dzsquared/sqlops-firstresponderkit/issues
## Release Notes
### 0.6.0
- Fix for extension unable to pull scripts from GitHub. Change to utilizing `main` branch of First Responder Kit.
- Adds interactive documentation linking to status bar.
### 0.5.1
- Fix for changes to new editor connection changes in Azure Data Studio 1.15.0
- Extension bundled with webpack
### 0.5.0
- Improvement to version check process
- Moves from sqlops to azdata dependency
- Adds dashboard tab with insights widgets
### 0.4.0
- Adds sp_blitzlock and sp_whoisactive
- Adds version check for sp_blitz
- Adds single command to get sp_blitz and all associated scripts
- Adds menu items for object explorer for sp_blitz, sp_blitzindex, sp_blitzfirst, sp_blitzlock, and sp_whoisactive
### 0.3.0
- Adds code snippets for execute scripts
- Corrects sp_blitzindex execute script
### 0.2.0
- Script import and run commands automatically connect to current context
### 0.1.1
- Corrects base URL for scripts from dev to master branch of First Responder Kit
### 0.1.0
- Initial release.
-----------------------------------------------------------------------------------------------------------
## Special Thanks
A very important thank you to [Brent Ozar Unlimited](https://www.brentozar.com/) for supporting this extension.
## License
This extension is released under the [MIT License](https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/main/LICENSE).