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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -434,6 +434,7 @@ Articles types:
434
434
|[How Do I Analyze a SQL Server Execution Plan?]| Kendra Little | 2017-09-22 |[DEV]|
435
435
|[A Subtle Difference Between COALESCE and ISNULL]| Shaneis | 2017-10-09 |[DEV]|
436
436
|[Puzzle Challenge: Graph Matching with T-SQL Part 1-Concepts]| Itzik Ben-Gan | 2017-08-08 |[DEV]|
437
+
|[Graph Matching with T-SQL Part 3: Maximum Matching]| Itzik Ben-Gan | 2017-10-12 |[DEV]|
437
438
|[Running PowerShell in a SQL Agent Job]| Derik Hammer | 2017-03-04 |[PS]|
438
439
|[Line-Continuation in T-SQL]| Solomon Rutzky | 2017-10-27 |[DEV]|
439
440
|[SQL Server 2017: Making Backups Great Again!]| John Sterrett | 2017-10-31 |[DBA],[DEV]|
@@ -463,6 +464,15 @@ Articles types:
463
464
|[Hey! What's the deal with SQL Server NOCOUNT and T-SQL WHILE loops?]| @sqL_handLe | 2017-17-30 |[DEV]|
464
465
|[Query Store Settings]| Erin Stellato | 2010-11-28 |[DBA],[DEV]|
465
466
|[Using Plan Explorer with Entity Framework]| Jason Hall | 2010-11-28 |[DEV]|
467
+
|[Overview of Encryption Tools in SQL Server]| Matthew McGiffen | 2017-12-05 |[DBA],[DEV]|
468
+
|[Clustered Index Uniquifier Existence and Size]| Solomon Rutzky | 2017-09-18 |[DBA],[DEV]|
469
+
|[Understanding Logging and Recovery in SQL Server]| Paul Randal | 2009-02-01 |[DBA],[B]|
470
+
|[Understanding SQL Server Backups]| Paul Randal | 2009-07-01 |[DBA],[B]|
471
+
|[Recovering from Disasters Using Backups]| Paul Randal | 2009-11-01 |[DBA],[B]|
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]|
466
476
467
477
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
468
478
[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
@@ -876,6 +886,7 @@ Articles types:
876
886
[How Do I Analyze a SQL Server Execution Plan?]:https://littlekendra.com/2017/09/22/how-do-i-analyze-a-sql-server-execution-plan/
877
887
[A Subtle Difference Between COALESCE and ISNULL]:https://nocolumnname.wordpress.com/2017/10/09/a-subtle-difference-between-coalesce-and-isnull/
878
888
[Puzzle Challenge: Graph Matching with T-SQL Part 1-Concepts]:http://sqlmag.com/software-development/puzzle-challenge-graph-matching-t-sql-part-1-concepts
889
+
[Graph Matching with T-SQL Part 3: Maximum Matching]:http://www.itprotoday.com/microsoft-sql-server/graph-matching-t-sql-part-3-maximum-matching
879
890
[Running PowerShell in a SQL Agent Job]:https://www.sqlhammer.com/running-powershell-in-a-sql-agent-job/
880
891
[Line-Continuation in T-SQL]:https://sqlquantumleap.com/2017/10/27/line-continuation-in-t-sql/
881
892
[SQL Server 2017: Making Backups Great Again!]:https://johnsterrett.com/2017/10/31/sql-server-2017-backups/
@@ -905,3 +916,12 @@ Articles types:
905
916
[Hey! What's the deal with SQL Server NOCOUNT and T-SQL WHILE loops?]:http://sql-sasquatch.blogspot.ru/2017/11/hey-whats-deal-with-nocount-and-t-sql.html
906
917
[Query Store Settings]:https://www.sqlskills.com/blogs/erin/query-store-settings/
907
918
[Using Plan Explorer with Entity Framework]:https://blogs.sentryone.com/jasonhall/using-plan-explorer-entity-framework/
919
+
[Overview of Encryption Tools in SQL Server]:https://matthewmcgiffen.com/2017/12/05/overview-of-encryption-tools-in-sql-server/
920
+
[Clustered Index Uniquifier Existence and Size]:https://sqlquantumleap.com/2017/09/18/clustered-index-uniquifier-existence-and-size/
921
+
[Understanding Logging and Recovery in SQL Server]:https://technet.microsoft.com/en-us/library/2009.02.logging.aspx
922
+
[Understanding SQL Server Backups]:https://technet.microsoft.com/en-us/library/2009.07.sqlbackup.aspx
923
+
[Recovering from Disasters Using Backups]:https://technet.microsoft.com/en-us/library/ee677581.aspx
0 commit comments