Skip to content

Commit 1434614

Browse files
authored
Merge pull request #438 from BrentOzarULTD/gh-pages
#436 merging into dev branch
2 parents 29284a5 + ca577d1 commit 1434614

File tree

10 files changed

+641
-0
lines changed

10 files changed

+641
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
firstresponderkit.org

images/bg_hr.png

78 Bytes
Loading

images/blacktocat.png

463 Bytes
Loading

images/icon_download.png

216 Bytes
Loading

images/sprite_download.png

14.5 KB
Loading

index.html

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset='utf-8'>
6+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
7+
<meta name="description" content="SQL Server First Responder Kit : sp_Blitz, sp_BlitzCache, sp_BlitzIndex, and other SQL Server scripts for health checks and performance tuning.">
8+
9+
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
10+
11+
<title>SQL Server First Responder Kit</title>
12+
</head>
13+
14+
<body>
15+
16+
<!-- HEADER -->
17+
<div id="header_wrap" class="outer">
18+
<header class="inner">
19+
<a id="forkme_banner" href="https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit">View on GitHub</a>
20+
21+
<h1 id="project_title">SQL Server First Responder Kit</h1>
22+
<h2 id="project_tagline">sp_Blitz, sp_BlitzCache, sp_BlitzIndex, and other SQL Server scripts for health checks and performance tuning.</h2>
23+
24+
<section id="downloads">
25+
<a class="zip_download_link" href="https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/archive/20160715.zip">Download this project as a .zip file</a>
26+
<a class="tar_download_link" href="https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/archive/20160715.tar.gz">Download this project as a tar.gz file</a>
27+
</section>
28+
</header>
29+
</div>
30+
31+
<!-- MAIN CONTENT -->
32+
<div id="main_content_wrap" class="outer">
33+
<section id="main_content" class="inner">
34+
<h3>
35+
<a id="what-are-these-scripts" class="anchor" href="#what-are-these-scripts" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>What Are These Scripts?</h3>
36+
37+
<ul>
38+
<li>sp_Blitz - prioritized SQL Server health check to make sure your databases are backed up, you don't have corruption, and there's no ugly surprises in your server. <a href="https://www.brentozar.com/blitz/">Documentation</a>
39+
</li>
40+
<li>sp_BlitzCache - lists the most resource-intensive queries in your plan cache. <a href="https://www.brentozar.com/blitzcache/">Documentation</a>
41+
</li>
42+
<li>sp_BlitzIndex - checks a database's indexes for duplicates, heaps, missing indexes, and more. <a href="https://www.brentozar.com/blitzindex/">Documentation</a>
43+
</li>
44+
<li>sp_AskBrent - performance health check of what's broken on the server right now. <a href="https://www.brentozar.com/askbrent/">Documentation</a>
45+
</li>
46+
</ul>
47+
48+
<p><a href="https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/releases/latest">Download the latest release from Github.</a></p>
49+
50+
<h3>
51+
<a id="project-status" class="anchor" href="#project-status" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Project Status</h3>
52+
53+
<p>2016-06-11 - We're migrating our tools from a private Github repo to a public one. We're in the midst of building out pages on:</p>
54+
55+
<ul>
56+
<li>How to use the tools</li>
57+
<li>How to file issues</li>
58+
<li>How to contribute code</li>
59+
</ul>
60+
61+
<h3>
62+
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
63+
64+
<ul>
65+
<li>For issues with the scripts, <a href="https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/issues">open a Github issue.</a>
66+
</li>
67+
<li>For questions about contributing code or licensing, <a href="https://www.brentozar.com/contact/">contact us.</a>
68+
</li>
69+
</ul>
70+
</section>
71+
</div>
72+
73+
<!-- FOOTER -->
74+
<div id="footer_wrap" class="outer">
75+
<footer class="inner">
76+
<p class="copyright">SQL Server First Responder Kit maintained by <a href="https://github.com/BrentOzarULTD">BrentOzarULTD</a></p>
77+
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
78+
</footer>
79+
</div>
80+
81+
82+
83+
</body>
84+
</html>

javascripts/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

params.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "SQL Server First Responder Kit",
3+
"tagline": "sp_Blitz, sp_BlitzCache, sp_BlitzIndex, and other SQL Server scripts for health checks and performance tuning.",
4+
"body": "### What Are These Scripts?\r\n\r\n* sp_Blitz - prioritized SQL Server health check to make sure your databases are backed up, you don't have corruption, and there's no ugly surprises in your server. [Documentation](https://www.brentozar.com/blitz/)\r\n* sp_BlitzCache - lists the most resource-intensive queries in your plan cache. [Documentation](https://www.brentozar.com/blitzcache/)\r\n* sp_BlitzIndex - checks a database's indexes for duplicates, heaps, missing indexes, and more. [Documentation](https://www.brentozar.com/blitzindex/)\r\n* sp_AskBrent - performance health check of what's broken on the server right now. [Documentation](https://www.brentozar.com/askbrent/)\r\n\r\n[Download the latest release from Github.](https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/releases/latest)\r\n\r\n### Project Status\r\n\r\n2016-06-11 - We're migrating our tools from a private Github repo to a public one. We're in the midst of building out pages on:\r\n\r\n* How to use the tools\r\n* How to file issues\r\n* How to contribute code\r\n\r\n### Support or Contact\r\n\r\n* For issues with the scripts, [open a Github issue.](https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/issues)\r\n* For questions about contributing code or licensing, [contact us.](https://www.brentozar.com/contact/)",
5+
"note": "Don't delete this file! It's used internally to help with page regeneration."
6+
}

stylesheets/github-light.css

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
/*
2+
The MIT License (MIT)
3+
4+
Copyright (c) 2015 GitHub, Inc.
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.
23+
24+
*/
25+
26+
.pl-c /* comment */ {
27+
color: #969896;
28+
}
29+
30+
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
31+
.pl-s .pl-v /* string variable */ {
32+
color: #0086b3;
33+
}
34+
35+
.pl-e /* entity */,
36+
.pl-en /* entity.name */ {
37+
color: #795da3;
38+
}
39+
40+
.pl-s .pl-s1 /* string source */,
41+
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
42+
color: #333;
43+
}
44+
45+
.pl-ent /* entity.name.tag */ {
46+
color: #63a35c;
47+
}
48+
49+
.pl-k /* keyword, storage, storage.type */ {
50+
color: #a71d5d;
51+
}
52+
53+
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
54+
.pl-s /* string */,
55+
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
56+
.pl-sr /* string.regexp */,
57+
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
58+
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
59+
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
60+
color: #183691;
61+
}
62+
63+
.pl-v /* variable */ {
64+
color: #ed6a43;
65+
}
66+
67+
.pl-id /* invalid.deprecated */ {
68+
color: #b52a1d;
69+
}
70+
71+
.pl-ii /* invalid.illegal */ {
72+
background-color: #b52a1d;
73+
color: #f8f8f8;
74+
}
75+
76+
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
77+
color: #63a35c;
78+
font-weight: bold;
79+
}
80+
81+
.pl-ml /* markup.list */ {
82+
color: #693a17;
83+
}
84+
85+
.pl-mh /* markup.heading */,
86+
.pl-mh .pl-en /* markup.heading entity.name */,
87+
.pl-ms /* meta.separator */ {
88+
color: #1d3e81;
89+
font-weight: bold;
90+
}
91+
92+
.pl-mq /* markup.quote */ {
93+
color: #008080;
94+
}
95+
96+
.pl-mi /* markup.italic */ {
97+
color: #333;
98+
font-style: italic;
99+
}
100+
101+
.pl-mb /* markup.bold */ {
102+
color: #333;
103+
font-weight: bold;
104+
}
105+
106+
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
107+
background-color: #ffecec;
108+
color: #bd2c00;
109+
}
110+
111+
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
112+
background-color: #eaffea;
113+
color: #55a532;
114+
}
115+
116+
.pl-mdr /* meta.diff.range */ {
117+
color: #795da3;
118+
font-weight: bold;
119+
}
120+
121+
.pl-mo /* meta.output */ {
122+
color: #1d3e81;
123+
}
124+

0 commit comments

Comments
 (0)