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
@@ -607,6 +607,8 @@ Articles types:
607
607
|[Query optimization techniques in SQL Server: Database Design and Architecture]| Ed Pollack | 2018-07-13 |[DBA],[DEV]|
608
608
|[SQL Query Optimization Techniques in SQL Server: Parameter Sniffing]| Ed Pollack | 2018-09-04 |[DBA],[DEV]|
609
609
|[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]|
610
612
611
613
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
612
614
[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:
1192
1194
[Query optimization techniques in SQL Server: Database Design and Architecture]:https://www.sqlshack.com/query-optimization-techniques-in-sql-server-database-design-and-architecture/
1193
1195
[SQL Query Optimization Techniques in SQL Server: Parameter Sniffing]:https://www.sqlshack.com/query-optimization-techniques-in-sql-server-parameter-sniffing/
1194
1196
[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