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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1435,7 +1435,8 @@ Articles types:
1435
1435
|[Consolidating grouped transactions into evenly sized batches]| Daniel Hutmacher | 2020-07-13 |[DBA][DEV]|
1436
1436
|[A “shock absorber” pattern for high-performance data ingestion]| Daniel Hutmacher | 2021-07-15 |[P]|
1437
1437
|[Why Are Linked Server Queries So Bad?]| Brent Ozar | 2021-07-15 |[DBA][DEV]|
1438
-
|[Fundamentals of table expressions, Part 1]| Itzik Ben-Gan | 2021-04-08 |[DBA][DEV]|
1438
+
|[Fundamentals of table expressions, Part 1]| Itzik Ben-Gan | 2020-04-08 |[DBA][DEV]|
1439
+
|[Fundamentals of table expressions, Part 2 – Derived tables, logical considerations]| Itzik Ben-Gan | 2020-05-13 |[DBA][DEV]|
1439
1440
1440
1441
[Understanding how SQL Server executes a query]:http://rusanu.com/2013/08/01/understanding-how-sql-server-executes-a-query/
1441
1442
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
@@ -2846,3 +2847,4 @@ Articles types:
2846
2847
[A “shock absorber” pattern for high-performance data ingestion]:https://sqlsunday.com/2021/07/15/a-shock-absorber-pattern-for-high-performance-data-ingest/
2847
2848
[Why Are Linked Server Queries So Bad?]:https://www.brentozar.com/archive/2021/07/why-are-linked-server-queries-so-bad/
2848
2849
[Fundamentals of table expressions, Part 1]:https://sqlperformance.com/2020/04/t-sql-queries/table-expressions-part-1
2850
+
[Fundamentals of table expressions, Part 2 – Derived tables, logical considerations]:https://sqlperformance.com/2020/04/t-sql-queries/table-expressions-part-2
0 commit comments