Skip to content

Commit e8c3155

Browse files
committed
Add new useful articles and links
1 parent ea54d5b commit e8c3155

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Articles/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,8 @@ Articles types:
503503
| [An alternative to data masking] | Daniel Hutmacher | 2018-02-05 | [DEV] |
504504
| [Safely and Easily Use High-Level Permissions Without Granting Them to Anyone: Server-level] | Solomon Rutzky | 2018-02-15 | [DBA] |
505505
| [PLEASE, Please, please Stop Using Impersonation, TRUSTWORTHY, and Cross-DB Ownership Chaining] | Solomon Rutzky | 2018-12-30 | [DBA] |
506+
| [Setting and Identifying Row Goals in Execution Plans] | Paul White | 2018-02-12 | [DEV] |
507+
| [Indexing and Partitioning] | DBA From The Cold | 2018-02-21 | [DEV] |
506508

507509
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
508510
[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
@@ -984,3 +986,5 @@ Articles types:
984986
[An alternative to data masking]:https://sqlsunday.com/2018/02/05/an-alternative-to-data-masking/
985987
[Safely and Easily Use High-Level Permissions Without Granting Them to Anyone: Server-level]:https://sqlquantumleap.com/2018/02/15/safely-and-easily-use-high-level-permissions-without-granting-them-to-anyone-server-level/
986988
[PLEASE, Please, please Stop Using Impersonation, TRUSTWORTHY, and Cross-DB Ownership Chaining]:https://sqlquantumleap.com/2017/12/30/please-please-please-stop-using-impersonation-execute-as/
989+
[Setting and Identifying Row Goals in Execution Plans]:https://sqlperformance.com/2018/02/sql-plan/setting-and-identifying-row-goals
990+
[Indexing and Partitioning]:https://dbafromthecold.com/2018/02/21/indexing-and-partitioning/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ Headers:
323323
- [Microsoft SQL Server Zabbix templates](https://share.zabbix.com/databases/microsoft-sql-server)
324324
- [Telegraf SQL Server Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/sqlserver) (by influxdata)
325325
- [SDU Tools - pure TSQL functions Toolkit](https://sqldownunder.com/sdu-tools/) (by SQLDownUnder)
326+
- [Microsoft SQL Server Publications](https://www.microsoft.com/en-us/research/search/?q=sql+server&content-type=publications)
326327

327328
[*Back to top*](#header02)
328329

0 commit comments

Comments
 (0)