{"id":18664327,"url":"https://github.com/dzsquared/sqlops-firstresponderkit","last_synced_at":"2025-04-11T21:32:48.121Z","repository":{"id":38418109,"uuid":"142357397","full_name":"dzsquared/sqlops-firstresponderkit","owner":"dzsquared","description":"Install and Run the First Responder Kit Scripts from Azure Data Studio","archived":false,"fork":false,"pushed_at":"2023-05-10T16:31:03.000Z","size":579,"stargazers_count":72,"open_issues_count":2,"forks_count":9,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-05-01T15:57:00.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bit.ly/2lChw1Z","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dzsquared.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-25T21:49:06.000Z","updated_at":"2024-04-17T22:43:24.000Z","dependencies_parsed_at":"2022-09-02T05:22:07.400Z","dependency_job_id":null,"html_url":"https://github.com/dzsquared/sqlops-firstresponderkit","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzsquared%2Fsqlops-firstresponderkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzsquared%2Fsqlops-firstresponderkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzsquared%2Fsqlops-firstresponderkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzsquared%2Fsqlops-firstresponderkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dzsquared","download_url":"https://codeload.github.com/dzsquared/sqlops-firstresponderkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223481246,"owners_count":17152246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T08:23:05.729Z","updated_at":"2024-11-07T08:23:06.351Z","avatar_url":"https://github.com/dzsquared.png","language":"TypeScript","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# Azure Data Studio - First Responder Kit Extension \r\n\r\nThis extension provides immediate access to the current First Responder Kit scripts and introductory execution suggestions. (All credit due to http://firstresponderkit.org/)\r\n\r\n## Installation\r\nThe 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...`\r\n\r\n\r\n## Features\r\n\r\n### Import\r\nImport 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 \u003csome script\u003e`. To import all scripts at once, select `First Responder Kit: Import sp_Blitz and all its friends`.\r\n\r\n\r\n![Import a Script](https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/main/images/frk_import.gif)\r\n\r\n### Run\r\nAlready 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 \u003csome script\u003e`.  Several scripts are available in Object Explorer at Server, Database, and Table nodes.\r\n\r\n![Execute](https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/main/images/frk_run.gif)\r\n\r\n### Check Your Current Version\r\nWant 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.\r\n\r\n\r\n![Check Version](https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/main/images/checkFRKversion.gif)\r\n![Version Results](https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/main/images/newVersionAvailable.gif)\r\n\r\n### Documentation Linking in Status Bar\r\nAs 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.\r\n\r\n![Link to Documentation for sp_BlitzIndex](https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/main/images/documentation-link.png)\r\n\r\n### Database Dashboard Tab\r\n\r\nSelected 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/\r\n\r\n\r\n![Insights Tab](https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/main/images/insightsTab.png)\r\n\r\n-----------------------------------------------------------------------------------------------------------\r\n\r\n## Extension Requirements\r\n\r\nInternet 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.\r\n\r\nFirst Responder Kit scripts require SQL Server 2008 or newer.  See current requirements for the scripts at http://firstresponderkit.org/.\r\n\r\n-----------------------------------------------------------------------------------------------------------\r\n\r\n## Known Issues\r\n\r\nNo open issues at this time.\r\n\r\n## Unknown Issues\r\nCan be raised here: https://github.com/dzsquared/sqlops-firstresponderkit/issues\r\n\r\n## Release Notes\r\n\r\n### 0.6.0\r\n\r\n- Fix for extension unable to pull scripts from GitHub. Change to utilizing `main` branch of First Responder Kit.\r\n- Adds interactive documentation linking to status bar.\r\n\r\n### 0.5.1\r\n\r\n- Fix for changes to new editor connection changes in Azure Data Studio 1.15.0\r\n- Extension bundled with webpack\r\n\r\n### 0.5.0\r\n\r\n- Improvement to version check process\r\n- Moves from sqlops to azdata dependency\r\n- Adds dashboard tab with insights widgets\r\n\r\n### 0.4.0\r\n\r\n- Adds sp_blitzlock and sp_whoisactive\r\n- Adds version check for sp_blitz\r\n- Adds single command to get sp_blitz and all associated scripts\r\n- Adds menu items for object explorer for sp_blitz, sp_blitzindex, sp_blitzfirst, sp_blitzlock, and sp_whoisactive\r\n\r\n### 0.3.0\r\n\r\n- Adds code snippets for execute scripts\r\n- Corrects sp_blitzindex execute script\r\n\r\n### 0.2.0\r\n\r\n- Script import and run commands automatically connect to current context\r\n\r\n### 0.1.1\r\n\r\n- Corrects base URL for scripts from dev to master branch of First Responder Kit\r\n\r\n### 0.1.0\r\n\r\n- Initial release.\r\n\r\n\r\n-----------------------------------------------------------------------------------------------------------\r\n\r\n## Special Thanks\r\nA very important thank you to [Brent Ozar Unlimited](https://www.brentozar.com/) for supporting this extension.\r\n\r\n## License\r\n\r\nThis extension is released under the [MIT License](https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/main/LICENSE).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzsquared%2Fsqlops-firstresponderkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdzsquared%2Fsqlops-firstresponderkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzsquared%2Fsqlops-firstresponderkit/lists"}