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
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -549,7 +549,7 @@ Articles types:
549
549
|[How to “debug” a Linked Server from SQL Server to an Oracle Database instance]| Jefferson Elias | 2018-06-11 |[DEV]|
550
550
|[How to implement error handling in SQL Server]| Bojan Petrovic | 2018-06-15 |[DEV]|
551
551
|[SQL Server Closure Tables]| Phil Factor | 2018-04-10 |[DEV]|
552
-
|[Deadlock victim choice in SQL Server - an exception?]| Josh the Coder| 2018-05-10 |[DBA][DEV]|
552
+
|[Deadlock victim choice in SQL Server - an exception?]| Josh Darnell | 2018-05-10 |[DBA][DEV]|
553
553
|[Azure and Windows PowerShell: The Basics]| Nicolas Prigent | 2017-12-29 |[AZ][PS]|
554
554
|[Azure and Windows PowerShell: Getting Information]| Nicolas Prigent | 2018-06-26 |[AZ][PS]|
555
555
|[Be our guest, be our guest, put our database to the test]| Kenneth Fisher | 2018-06-25 |[DBA]|
@@ -1178,6 +1178,15 @@ Articles types:
1178
1178
|[Temporal Tables and Table Partitioning: Not If You Like Switching Partitions]| Erik Darlling | 2020-03-03 |[DBA][DEV]|
1179
1179
|[Long Running Query on Read-Only Replica that takes moments on the Primary]| Sean Gallardy,Joe Obbish | 2019-09-05 |[DBA][DEV]|
1180
1180
|[Date Tables are Great for Users, but Not So Great for Performance]| Brent Ozar | 2020-08-05 |[DBA][DEV]|
1181
+
|[Should I install SSMS on a server running SQL Server?]| Andy Mallon | 2020-04-14 |[DBA][DEV]|
1182
+
|[Finding a table name from a page ID]| Paul Randal | 2014-09-25 |[DBA][DEV]|
1183
+
|[Finding Distinct Values Quickly]| Paul White | 2020-04-17 |[DBA][DEV]|
1184
+
|[Can You Fail To Spill To tempdb?]| Josh Darnell | 2019-07-17 |[DBA][DEV]|
1185
+
|[Migrating SQL workloads to Microsoft Azure: Databases Trip to Azure SQL Database]| Ahmad Yaseen | 2020-08-03 |[AZ][DBA]|
1186
+
|[How It Works: Bob Dorr's SQL Server I/O Presentation]| Bob Dorr | 2010-03-24 |[DBA][DEV]|
1187
+
|[Who does SQL Server run xp_cmdshell command as?]| Steve Stedman | 2020-04-14 |[DBA][DEV]|
1188
+
|[Transaction Modes in SQL Server]| Kevin Feasel | 2020-08-10 |[DBA][DEV]|
1189
+
|[Working Effectively with Legacy SQL]| Kevin Feasel | 2015-03-15 |[DBA][DEV]|
1181
1190
1182
1191
[Understanding how SQL Server executes a query]:http://rusanu.com/2013/08/01/understanding-how-sql-server-executes-a-query/
1183
1192
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
@@ -2330,3 +2339,12 @@ Articles types:
2330
2339
[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
2340
[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
2341
[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/
2342
+
[Should I install SSMS on a server running SQL Server?]:https://am2.co/2020/04/should-i-install-ssms-on-a-server-running-sql-server/
2343
+
[Finding a table name from a page ID]:https://www.sqlskills.com/blogs/paul/finding-table-name-page-id/
[Can You Fail To Spill To tempdb?]:https://www.joshthecoder.com/2019/07/17/can-you-fail-to-spill-to-tempdb.html
2346
+
[Migrating SQL workloads to Microsoft Azure: Databases Trip to Azure SQL Database]:https://www.sqlshack.com/migrate-sql-workloads-to-microsoft-azure-databases-trip-to-azure-sql-database/
2347
+
[How It Works: Bob Dorr's SQL Server I/O Presentation]:https://techcommunity.microsoft.com/t5/sql-server-support/how-it-works-bob-dorr-s-sql-server-i-o-presentation/ba-p/316031
2348
+
[Who does SQL Server run xp_cmdshell command as?]:https://stevestedman.com/2020/04/who-does-sql-server-run-xp_cmdshell-command-as/
2349
+
[Transaction Modes in SQL Server]:https://36chambers.wordpress.com/2020/08/10/transaction-modes-in-sql-server/
2350
+
[Working Effectively with Legacy SQL]:https://www.catallaxyservices.com/presentations/legacy-sql/
0 commit comments