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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1172,6 +1172,12 @@ Articles types:
1172
1172
|[SQLskills SQL101: Why do some wait types need to be ignored?]| Paul Randal | 2018-05-23 |[DBA][DEV]|
1173
1173
|[What is the SOS_WORK_DISPATCHER Wait Type? (Or how to work with Call Stacks in SQL Server)]| Joe Obbish | 2018-09-27 |[DBA][DEV]|
1174
1174
|[SQL Server 2019 Aggregate Splitting]| Paul White | 2020-08-04 |[DBA][DEV]|
1175
+
|[Security Best Practice: dny and revoke permissions granted to All Users by default - HIGHLY IMPORTANT!]| Ronen Ariely | 2019-10-13 |[DBA][SEC]|
1176
+
|[Execute multiple jobs Synchronously from in a main job]| Ronen Ariely | 2020-04-11 |[DBA][DEV]|
1177
+
|[The Trillion Row Table]| Joe Obbish | 2020-08-12 |[BENCH]|
1178
+
|[Temporal Tables and Table Partitioning: Not If You Like Switching Partitions]| Erik Darlling | 2020-03-03 |[DBA][DEV]|
1179
+
|[Long Running Query on Read-Only Replica that takes moments on the Primary]| Sean Gallardy,Joe Obbish | 2019-09-05 |[DBA][DEV]|
1180
+
|[Date Tables are Great for Users, but Not So Great for Performance]| Brent Ozar | 2020-08-05 |[DBA][DEV]|
1175
1181
1176
1182
[Understanding how SQL Server executes a query]:http://rusanu.com/2013/08/01/understanding-how-sql-server-executes-a-query/
1177
1183
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
@@ -2318,3 +2324,9 @@ Articles types:
2318
2324
[SQLskills SQL101: Why do some wait types need to be ignored?]:https://www.sqlskills.com/blogs/paul/sqlskills-sql101-why-do-some-wait-types-need-to-be-ignored/
2319
2325
[What is the SOS_WORK_DISPATCHER Wait Type? (Or how to work with Call Stacks in SQL Server)]:https://orderbyselectnull.com/2018/09/27/what-is-the-sos_work_dispatcher-wait-type/
2320
2326
[SQL Server 2019 Aggregate Splitting]:https://www.sql.kiwi/2020/08/sql-server-2019-aggregate-splitting.html
2327
+
[Security Best Practice: dny and revoke permissions granted to All Users by default - HIGHLY IMPORTANT!]:https://ariely.info/Blog/tabid/83/EntryId/241/Security-Best-Practice-dny-and-revoke-permissions-granted-to-All-Users-by-default-HIGHLY-IMPORTANT.aspx
2328
+
[Execute multiple jobs Synchronously from in a main job]:https://ariely.info/Blog/tabid/83/EntryId/250/Execute-multiple-jobs-Synchronously-from-in-a-main-job.aspx
[Temporal Tables and Table Partitioning: Not If You Like Switching Partitions]:https://www.erikdarlingdata.com/2020/03/temporal-tables-and-table-partitioning-not-if-you-like-switching-partitions/
2331
+
[Long Running Query on Read-Only Replica that takes moments on the Primary]:https://dba.stackexchange.com/questions/237671/long-running-query-on-read-only-replica-that-takes-moments-on-the-primary/
2332
+
[Date Tables are Great for Users, but Not So Great for Performance]:https://www.brentozar.com/archive/2020/08/date-tables-are-great-for-users-but-not-so-great-for-performance/
0 commit comments