Skip to content

Commit 2a504cb

Browse files
committed
Add new must read articles
1 parent 99d7322 commit 2a504cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Articles/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,8 @@ Articles types:
607607
| [Query optimization techniques in SQL Server: Database Design and Architecture] | Ed Pollack | 2018-07-13 | [DBA],[DEV] |
608608
| [SQL Query Optimization Techniques in SQL Server: Parameter Sniffing] | Ed Pollack | 2018-09-04 | [DBA],[DEV] |
609609
| [Similarities and Differences among RANK, DENSE_RANK and ROW_NUMBER Functions] | Ben Richardson | 2018-08-20 | [DBA],[DEV] |
610+
| [Temporal Tables Under The Covers] | Randolph West | 2015-11-17 | [DBA],[DEV] |
611+
| [Faking Temporal Tables with Triggers] | Bert Wagner | 2018-09-11 | [DBA],[DEV] |
610612

611613
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
612614
[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
@@ -1192,3 +1194,5 @@ Articles types:
11921194
[Query optimization techniques in SQL Server: Database Design and Architecture]:https://www.sqlshack.com/query-optimization-techniques-in-sql-server-database-design-and-architecture/
11931195
[SQL Query Optimization Techniques in SQL Server: Parameter Sniffing]:https://www.sqlshack.com/query-optimization-techniques-in-sql-server-parameter-sniffing/
11941196
[Similarities and Differences among RANK, DENSE_RANK and ROW_NUMBER Functions]:https://codingsight.com/similarities-and-differences-among-rank-dense_rank-and-row_number-functions/
1197+
[Temporal Tables Under The Covers]:https://bornsql.ca/blog/temporal-tables-under-the-covers/
1198+
[Faking Temporal Tables with Triggers]:https://bertwagner.com/2018/09/11/faking-temporal-tables-with-triggers/

0 commit comments

Comments
 (0)