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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -476,6 +476,10 @@ Articles types:
476
476
|[Take Care When Scripting Batches]| Michael J Swart | 2014-09-09 |[DBA],[DEV]|
477
477
|[When Measuring Timespans, try DATEADD instead of DATEDIFF]| Michael J Swart | 2017-12-20 |[DBA],[DEV]|
478
478
|[Which user function do I use?]| Kenneth Fisher | 2015-06-24 |[DBA],[DEV]|
479
+
|[What’s So Bad About Shrinking Databases with DBCC SHRINKDATABASE?]| Brent Ozar | 2017-12-29 |[DBA],[DEV]|
480
+
|[Which Collation is Used to Convert NVARCHAR to VARCHAR in a WHERE Condition? (Part A of 2: “Duck”)]| Solomon Rutzky | 2017-12-08 |[DBA],[DEV]|
481
+
|[Which Collation is Used to Convert NVARCHAR to VARCHAR in a WHERE Condition? (Part B of 2: “Rabbit”)]| Solomon Rutzky | 2017-12-11 |[DBA],[DEV]|
482
+
|[Current State of the NewSQL/NoSQL Cloud Arena]| Warner Chaves | 2017-11-27 |[DBA],[DEV]|
479
483
480
484
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
481
485
[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
@@ -931,3 +935,7 @@ Articles types:
931
935
[Take Care When Scripting Batches]:http://michaeljswart.com/2014/09/take-care-when-scripting-batches/
932
936
[When Measuring Timespans, try DATEADD instead of DATEDIFF]:http://michaeljswart.com/2017/12/when-measuring-timespans-try-dateadd-instead-of-datediff/
933
937
[Which user function do I use?]:https://sqlstudies.com/2015/06/24/which-user-function-do-i-use/
938
+
[What’s So Bad About Shrinking Databases with DBCC SHRINKDATABASE?]:https://www.brentozar.com/archive/2017/12/whats-bad-shrinking-databases-dbcc-shrinkdatabase/
939
+
[Which Collation is Used to Convert NVARCHAR to VARCHAR in a WHERE Condition? (Part A of 2: “Duck”)]:https://sqlquantumleap.com/2017/12/08/which-collation-is-used-to-convert-nvarchar-to-varchar-in-a-where-condition-part-a-of-2-duck/
940
+
[Which Collation is Used to Convert NVARCHAR to VARCHAR in a WHERE Condition? (Part B of 2: “Rabbit”)]:https://sqlquantumleap.com/2017/12/11/which-collation-is-used-to-convert-nvarchar-to-varchar-in-a-where-condition-part-b-of-2-rabbit/#comments
941
+
[Current State of the NewSQL/NoSQL Cloud Arena]:https://www.red-gate.com/simple-talk/cloud/cloud-data/current-state-newsqlnosql-cloud-arena/
0 commit comments