Skip to content

Commit 6ec1e77

Browse files
committed
Add new excellent articles
1 parent a302e34 commit 6ec1e77

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Articles/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,12 @@ Articles types:
470470
| [Understanding SQL Server Backups] | Paul Randal | 2009-07-01 | [DBA],[B] |
471471
| [Recovering from Disasters Using Backups] | Paul Randal | 2009-11-01 | [DBA],[B] |
472472
| [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] |
476479

477480
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
478481
[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:
484487
[High Performance T-SQL using Code Patterns]:https://dwaincsql.com/2015/05/27/high-performance-t-sql-using-code-patterns/
485488
[SQL Server Database Corruption Repair]:http://stevestedman.com/2015/08/sql-server-database-corruption-repair/
486489
[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
488491
[Dynamic Search Conditions in T-SQL]:http://www.sommarskog.se/dynamic_sql.html
489492
[Slow in the Application, Fast in SSMS]:http://www.sommarskog.se/query-plan-mysteries.html
490493
[How to share data between stored procedures]:http://www.sommarskog.se/share_data.html
@@ -924,4 +927,7 @@ Articles types:
924927
[Simple SQL: Handling Location Datatypes]:https://www.red-gate.com/simple-talk/sql/t-sql-programming/simple-sql-handling-location-datatypes/
925928
[Improve SQL Server Performance by Looking at Plan Cache (Part 1)]:https://logicalread.com/sql-server-minimize-single-use-plans-tl01/
926929
[Improve SQL Server Performance by Looking at Plan Cache (Part 2)]:https://logicalread.com/sql-server-identifying-plans-that-need-tuning-tl01/
927-
[Improve SQL Server Performance by Looking at Plan Cache (Part 3)]:https://logicalread.com/sql-server-identify-similar-plans-tl01/
930+
[Improve SQL Server Performance by Looking at Plan Cache (Part 3)]:https://logicalread.com/sql-server-identify-similar-plans-tl01/
931+
[Take Care When Scripting Batches]:http://michaeljswart.com/2014/09/take-care-when-scripting-batches/
932+
[When Measuring Timespans, try DATEADD instead of DATEDIFF]:http://michaeljswart.com/2017/12/when-measuring-timespans-try-dateadd-instead-of-datediff/
933+
[Which user function do I use?]:https://sqlstudies.com/2015/06/24/which-user-function-do-i-use/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Headers:
301301
- [Stackoverflow SQL Server](http://stackoverflow.com/questions/tagged/sql-server)
302302
- [DBA Stackexchange SQL Server](http://dba.stackexchange.com/questions/tagged/sql-server)
303303
- [Server Fault - is a question and answer site for system and network administrators](https://serverfault.com/)
304-
- [SQL Server Connection Strings](http://www.connectionstrings.com/sql-server/)
304+
- [SQL Server Connection Strings](https://www.connectionstrings.com/sql-server/)
305305
- [SQL Injection Cheat Sheet](https://www.netsparker.com/blog/web-security/sql-injection-cheat-sheet/) (by Ferruh Mavituna)
306306
- [RSS Most Recent SQL Server KBs](https://support.microsoft.com/en-us/rss?rssid=1044)
307307
- [Stackoverflow SQL Anti Patterns](http://stackoverflow.com/questions/346659/what-are-the-most-common-sql-anti-patterns)

0 commit comments

Comments
 (0)