You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Articles/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -776,6 +776,8 @@ Articles types:
776
776
|[SQL Server Guide To NULL Handling]| Gavin Draper | 2018-11-29 |[DBA],[DEV]|
777
777
|[Living with SQL’s 900 Byte Index Key Length Limit]| Bart Duncan | 2011-01-06 |[DBA],[DEV]|
778
778
|[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]|
779
781
780
782
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
781
783
[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
[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/
1532
1534
[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/
-[Columnstore Indexes Scripts Library](https://github.com/NikoNeugebauer/CISL) (by Niko Neugebauer) (Github)
276
276
-[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)
277
280
-[mssql-docker - Official Microsoft repository for SQL Server in Docker resources](https://github.com/ktaranov/mssql-docker) (by Microsoft) (Github)
278
281
-[SQLCover - TSQL code coverage tool for SQL Server 2008+](https://github.com/GoEddie/SQLCover) (by Ed Elliott) (Github)
279
282
-[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
325
328
-[dbops - Powershell module that provides continuous database deployments on any scale](https://github.com/sqlcollaborative/dbops) (by Kirill Kravtsov)
326
329
-[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)
327
330
-[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)
328
332
- Other
329
333
-[sp_whoisactive](http://whoisactive.com/) (by Adam Machanic)
-[Guides for Microsoft SQL Server Express](https://expressdb.io/) (by John McCall)
377
381
-[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)
0 commit comments