Skip to content

Commit 6d7fccc

Browse files
committed
Add some useful links
1 parent 77e2cce commit 6d7fccc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Errors/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [View and Read SQL Server Setup Log Files](https://docs.microsoft.com/en-us/sql/database-engine/install-windows/view-and-read-sql-server-setup-log-files)
99
- [Troubleshoot the SQL Server Utility](https://msdn.microsoft.com/en-us/library/ee210592.aspx)
1010
- [Common Issues: Licensing Errors](http://blogs.sqlsentry.com/georgeboakye/common-issues-licensing-errors/)
11+
- [SQL Server 2016 Distributed Replay Errors](https://www.sqlskills.com/blogs/jonathan/sql-server-2016-distributed-replay-errors/)
1112

1213

1314
## SQL Server All Errors List

SQL Server DBCC List.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ DBCC shrinkfile ({fileid | 'filename'}, [compress_size[, {NOTRUNCATE | TRUNCATEO
250250
251251
DBCC sqlmgrstats
252252
253-
DBCC sqlperf (LOGSPACE)({IOSTATS | LRUSTATS | NETSTATS | RASTATS [, CLEAR]} | {THREADS} | {LOGSPACE})
253+
DBCC SQLPERF (LOGSPACE)({IOSTATS | LRUSTATS | NETSTATS | RASTATS [, CLEAR]} | {THREADS} | {LOGSPACE}) https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-sqlperf-transact-sql
254254
255255
DBCC stackdump [( {uid[, spid[, ecid]} | {threadId, 'THREADID'}] )]
256256

SSMS/SSMS_Addins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Complete list of useful and must have add-ins for SQL Server Management Studio -
1515
| [SQL Pretty Printer](#sql-pretty-printer) | [SQL Pretty Printer] | 2015-11-05 | 2008/2012/2014 | Gudu Software | No | $50 |
1616
| [SQL Sentry Plan Explorer](#sql-sentry-plan-explorer) | [SQL Sentry Plan Explorer] | 2016-09-07 | 2008/2012/2014/2016 | SQL Sentry | Yes | No |
1717
| [TSQL Code Smells Finder](#tsql-code-smells-finder) | [TSQL Code Smells Finder] | 2013-02-15 | 2008/2012/2014 | Dave ballantyne | Yes | No |
18-
| [SQLTreeo](#sqltreeo) | [SQLTreeo] | 2016-11-16 | 2008/2012/2014/2016 | Jakub Dvorak | No | €50 |
18+
| [SQLTreeo](#sqltreeo) | [SQLTreeo] | 2017-06-06 | 2008/2012/2014/2016/2017 | Jakub Dvorak | No | €50 |
1919
| [ApexSQL Complete](#apexsql-complete) | [ApexSQL Complete] | 2017-04-13 | 2008/2012/2014/2016/2017 | ApexSQL tools | Yes | No |
2020
| [ApexSQL Refactor](#apexsql-refactor) | [ApexSQL Refactor] | 2017-05-08 | 2008/2012/2014/2016/2017 | ApexSQL tools | Yes | No |
2121
| [ApexSQL Search](#apexsql-search) | [ApexSQL Search] | 2017-04-13 | 2008/2012/2014/2016/2017 | ApexSQL tools | Yes | No |
@@ -217,8 +217,8 @@ This is a proof of concept work which will analyze TSQL scripts in an attempt to
217217

218218
## SQLTreeo <a id="sqltreeo"></a>
219219
Download page: [SQLTreeo]<br/>
220-
Release date: 2016-11-16<br/>
221-
Support Version: 2008/2012/2014/2016<br/>
220+
Release date: 2017-06-06<br/>
221+
Support Version: 2008/2012/2014/2016/2017<br/>
222222
Developer: Jakub Dvorak<br/>
223223
Free version: No<br/>
224224
Price: €50

0 commit comments

Comments
 (0)