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