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
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -470,9 +470,12 @@ Articles types:
470
470
|[Understanding SQL Server Backups]| Paul Randal | 2009-07-01 |[DBA],[B]|
471
471
|[Recovering from Disasters Using Backups]| Paul Randal | 2009-11-01 |[DBA],[B]|
472
472
|[Simple SQL: Handling Location Datatypes]| Joe Celko | 2017-10-19 |[DEV]|
473
-
|[Improve SQL Server Performance by Looking at Plan Cache (Part 1)]| Thomas LaRock | 2014-10-30 [DBA],[DEV]|
474
-
|[Improve SQL Server Performance by Looking at Plan Cache (Part 2)]| Thomas LaRock | 2014-10-30 [DBA],[DEV]|
475
-
|[Improve SQL Server Performance by Looking at Plan Cache (Part 3)]| Thomas LaRock | 2014-10-30 [DBA],[DEV]|
473
+
|[Improve SQL Server Performance by Looking at Plan Cache (Part 1)]| Thomas LaRock | 2014-10-30 |[DBA],[DEV]|
474
+
|[Improve SQL Server Performance by Looking at Plan Cache (Part 2)]| Thomas LaRock | 2014-10-30 |[DBA],[DEV]|
475
+
|[Improve SQL Server Performance by Looking at Plan Cache (Part 3)]| Thomas LaRock | 2014-10-30 |[DBA],[DEV]|
476
+
|[Take Care When Scripting Batches]| Michael J Swart | 2014-09-09 |[DBA],[DEV]|
477
+
|[When Measuring Timespans, try DATEADD instead of DATEDIFF]| Michael J Swart | 2017-12-20 |[DBA],[DEV]|
478
+
|[Which user function do I use?]| Kenneth Fisher | 2015-06-24 |[DBA],[DEV]|
476
479
477
480
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
478
481
[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
@@ -484,7 +487,7 @@ Articles types:
484
487
[High Performance T-SQL using Code Patterns]:https://dwaincsql.com/2015/05/27/high-performance-t-sql-using-code-patterns/
485
488
[SQL Server Database Corruption Repair]:http://stevestedman.com/2015/08/sql-server-database-corruption-repair/
486
489
[Basic SQL Server Performance Troubleshooting For Developers]:https://www.simple-talk.com/sql/performance/basic-sql-server-performance-troubleshooting-for-developers/
487
-
[The Curse and Blessings of Dynamic SQL]:http://sommarskog.se/dyn-search.html
490
+
[The Curse and Blessings of Dynamic SQL]:http://sommarskog.se/dynamic_sql.html
488
491
[Dynamic Search Conditions in T-SQL]:http://www.sommarskog.se/dynamic_sql.html
489
492
[Slow in the Application, Fast in SSMS]:http://www.sommarskog.se/query-plan-mysteries.html
490
493
[How to share data between stored procedures]:http://www.sommarskog.se/share_data.html
0 commit comments