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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1467,6 +1467,7 @@ Articles types:
1467
1467
|[Processing Data Queues in SQL Server with READPAST and UPDLOCK]| Armando Prato | 2007-06-04 |[DBA][DEV]|
1468
1468
|[Can You Get Parameter Sniffing on Updates and Deletes?]| Brent Ozar | 2021-01-27 |[DBA][DEV]|
1469
1469
|[An Empirical Look at Key Lookups]| Forrest mc Daniel | 2020-12-30 |[DBA][DEV]|
1470
+
|[Please stop using this UPSERT anti-pattern]| Aaron Bertrand | 2020-09-02 |[DBA][DEV]|
1470
1471
1471
1472
[Understanding how SQL Server executes a query]:http://rusanu.com/2013/08/01/understanding-how-sql-server-executes-a-query/
1472
1473
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
@@ -2897,3 +2898,4 @@ Articles types:
2897
2898
[Processing Data Queues in SQL Server with READPAST and UPDLOCK]:https://www.mssqltips.com/sqlservertip/1257/processing-data-queues-in-sql-server-with-readpast-and-updlock/
2898
2899
[Can You Get Parameter Sniffing on Updates and Deletes?]:https://www.brentozar.com/archive/2021/01/can-you-get-parameter-sniffing-on-updates-and-deletes/
2899
2900
[An Empirical Look at Key Lookups]:https://forrestmcdaniel.com/2020/12/30/an-empirical-look-at-key-lookups/
2901
+
[Please stop using this UPSERT anti-pattern]:https://sqlperformance.com/2020/09/locking/upsert-anti-pattern
0 commit comments