Commit 30f5b42
authored
2019-01 Release (#1932)
* Updating readme.md for sp_DatabaseRestore
Documenting @ExistingDBAction for https://dba.stackexchange.com/questions/226145/sp-databaserestore-msg-50000.
* 1900 sp_BlitzIndex add histograms
When @TableName is specified and sys.dm_db_stats_histogram is available. Closes #1900.
* #1903 sp_Blitz SQLServerCheckup
Adding filter for that app name. Closes #1903.
* #1905 sp_BlitzIndex remove BOU link
Nothing against BOU, just don't need it in that particular place. Closes #1905.
* #1908 Update copyright dates
Ah, the glamour. Closes #1908.
* Issue #1904 Change RAISERROR 'severity' for that should trigger throw and error.
* Issue #1910 Add SQL Server version check before choosing 'memory grant' as the @BlitzCacheSortOrder.
* Issue #1910 Add temp table creation.
* #1914 sp_BlitzIndex partition error severity
Dropping severity level from 16 to 0 since we're logging it in the result set anyway. Closes #1914.
* Issue 1894 Moved RESTORE HEADERONLY up
* LF line endings
* added some extra checks + corrected some nesting
* rebase and line endings
* Web site commit
Does this fix line endings?
* #1916 sp_Blitz ignore backup on TempDB drive
Closes #1916.
* Auto line endings
Dealing with sp_DatabaseRestore's line endings.
* 1919 sp_Blitz ignoring a few checks for Managed Instances (#1920)
* 1919 sp_Blitz ignoring a few checks for Managed Instances
Working on #1919.
* #1919 sp_Blitz excluding restored databases
When checking backup history. Working on #1919.
* #1919 sp_Blitz ignore some checks on Mgd Instances
Changing RCSI wording on Azure SQL DB. Working on #1919.
* #1921 Sp_BlitzIndex Add Drop and Create Columns to Output (#1923)
Joined output query to #IndexCreateTsql to retrieve the CreateTsql already generated earlier in the script. Created Drop TSQL based off evaluating what type of index was present.
* #1921 sp_BlitzIndex adding drops (#1924)
Moving drop and create TSQL to the end of mode 2's results. Closes #1921.
* #1925 sp_Blitz AWS RDS detection (#1926)
Don't just rely on EC2 VM name to detect RDS. Also adds a new result noting that checks were skipped. Closes #1925.
* #1927 sp_BlitzIndex skip rdsadmin db (#1928)
GetAllDatabases = 1 fails when it hits rdsadmin because they're referring to the resource db. Closes #1927.
* 2019_01 Release (#1931)
Prep work for the release - changing version numbers, building build scripts.1 parent 301f1aa commit 30f5b42
File tree
22 files changed
+2267
-1789
lines changed- Documentation
22 files changed
+2267
-1789
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | | - | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| 400 | + | |
400 | 401 | | |
401 | 402 | | |
402 | 403 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments