Skip to content

Commit edaa46a

Browse files
committed
Add new useful SQL Server links and articles
1 parent c835ee1 commit edaa46a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Articles/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,8 @@ Articles types:
776776
| [SQL Server Guide To NULL Handling] | Gavin Draper | 2018-11-29 | [DBA],[DEV] |
777777
| [Living with SQL’s 900 Byte Index Key Length Limit] | Bart Duncan | 2011-01-06 | [DBA],[DEV] |
778778
| [Memory-Optimized TempDB Metadata in SQL Server 2019] | Ed Pollack | 2019-07-10 | [DBA],[DEV] |
779+
| [Forcing A Plan That Has A Plan Guide] | Grant Fritchey | 2018-11-26 | [DBA],[DEV] |
780+
| [Remember the Default Window] | Steve Jones | 2018-08-23 | [DBA],[DEV] |
779781

780782
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
781783
[SQL Server 2012 Security Best Practices - Microsoft]:http://download.microsoft.com/download/8/f/a/8fabacd7-803e-40fc-adf8-355e7d218f4c/sql_server_2012_security_best_practice_whitepaper_apr2012.docx
@@ -1530,3 +1532,5 @@ Articles types:
15301532
[Data Compression + Backup Compression = Double Compression?]:https://jesspomfret.com/double-compression/
15311533
[Living with SQL’s 900 Byte Index Key Length Limit]:https://blogs.msdn.microsoft.com/bartd/2011/01/06/living-with-sqls-900-byte-index-key-length-limit/
15321534
[Memory-Optimized TempDB Metadata in SQL Server 2019]:https://www.sqlshack.com/memory-optimized-tempdb-metadata-in-sql-server-2019/
1535+
[Forcing A Plan That Has A Plan Guide]:https://www.scarydba.com/2018/11/26/forcing-a-plan-that-has-a-plan-guide/
1536+
[Remember the Default Window]:https://voiceofthedba.com/2018/08/23/remember-the-default-window/

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ Useful links, scripts, tools and best practice for Microsoft SQL Server Database
274274
- [SQL Generator](https://github.com/Jorriss/sqlgenerator) (by Richie Rump) (Github)
275275
- [Columnstore Indexes Scripts Library](https://github.com/NikoNeugebauer/CISL) (by Niko Neugebauer) (Github)
276276
- [MOSL - Memory Optimized Script Library](https://github.com/NikoNeugebauer/MOSL) (by Niko Neugebauer) (Github)
277+
- [sp_SrvPermissions - stored procedure for list Server permissions](https://github.com/sqlstudent144/SQL-Server-Scripts/blob/master/sp_SrvPermissions.sql) (by Kenneth Fisher)
278+
- [sp_DBPermissions - stored procedure for list database permissions](https://github.com/sqlstudent144/SQL-Server-Scripts/blob/master/sp_DBPermissions.sql) (by Kenneth Fisher)
279+
- [stpChecklist_Seguranca - stored procedure with more than 70 security items to validate your SQL Server database](https://github.com/dirceuresende/checklist_seguranca) (by Dirceu Resende)
277280
- [mssql-docker - Official Microsoft repository for SQL Server in Docker resources](https://github.com/ktaranov/mssql-docker) (by Microsoft) (Github)
278281
- [SQLCover - TSQL code coverage tool for SQL Server 2008+](https://github.com/GoEddie/SQLCover) (by Ed Elliott) (Github)
279282
- [tSQLt testing framework for Microsoft SQL Server](https://github.com/tSQLt-org/tSQLt) (Github)
@@ -325,6 +328,7 @@ Useful links, scripts, tools and best practice for Microsoft SQL Server Database
325328
- [dbops - Powershell module that provides continuous database deployments on any scale](https://github.com/sqlcollaborative/dbops) (by Kirill Kravtsov)
326329
- [TabularTranslator - allow create translations for a translation file generated by SSDT for tabular models with the compatibility level 1200 and up](https://github.com/Kjonge/TabularTranslator) (by Kjonge)
327330
- [TSqlStrong - T-Sql type checker that detects improper joins, possibly null value operations, enumeration check constraint violations, incorrect use of temporary table at call site, and more](https://github.com/JSuder-xx/TSqlStrong) (by John Suder)
331+
- [SQL Power Doc - is a collection of Windows PowerShell scripts and modules that discover, document, and diagnose SQL Server instances and their underlying Windows OS & machine configuration](https://github.com/kendalvandyke/sqlpowerdoc) (by Kendal Van Dyke)
328332
- Other
329333
- [sp_whoisactive](http://whoisactive.com/) (by Adam Machanic)
330334
- [SQL# SQLCLR functions](https://sqlsharp.com/) (by Sql Quantum Lift)
@@ -375,8 +379,6 @@ Useful links, scripts, tools and best practice for Microsoft SQL Server Database
375379
- [Azure updates](https://azure.microsoft.com/en-us/updates/?status=all)
376380
- [Guides for Microsoft SQL Server Express](https://expressdb.io/) (by John McCall)
377381
- [SQL Server Diagrams](http://www.e-squillace.com/tech/techdiagrams/#SQL_Server)
378-
- [sp_SrvPermissions - stored procedure for list Server permissions](https://github.com/sqlstudent144/SQL-Server-Scripts/blob/master/sp_SrvPermissions.sql) (by Kenneth Fisher)
379-
- [sp_DBPermissions - stored procedure for list database permissions](https://github.com/sqlstudent144/SQL-Server-Scripts/blob/master/sp_DBPermissions.sql) (by Kenneth Fisher)
380382

381383
**[⬆ back to top](#table-of-contents)**
382384

0 commit comments

Comments
 (0)