Skip to content

Commit cc52123

Browse files
committed
Add new useful information
1 parent 80f3cf7 commit cc52123

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Articles/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ Articles types:
920920
| [Is it true that editing a single row in Management Studio empties and reloads the entire table?] | Randolph West | 2019-11-27 | [DBA][DEV] |
921921
| [A Guide to SQL Naming Conventions] | Lukas Eder | 2019-10-29 | [DBA][DEV] |
922922
| [Stop Mapping Stuff in Your Middleware. Use SQL’s XML or JSON Operators Instead] | Lukas Eder | 2019-11-13 | [DBA][DEV] |
923+
| [How Does Accelerated Database Recovery Work] | Forrest McDaniel | 2019-11-26 | [DBA] |
923924

924925
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
925926
[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
@@ -1818,3 +1819,4 @@ Articles types:
18181819
[Is it true that editing a single row in Management Studio empties and reloads the entire table?]:https://bornsql.ca/blog/is-it-true-that-editing-a-single-row-in-management-studio-empties-and-reloads-the-entire-table/
18191820
[A Guide to SQL Naming Conventions]:https://blog.jooq.org/2019/10/29/a-guide-to-sql-naming-conventions/
18201821
[Stop Mapping Stuff in Your Middleware. Use SQL’s XML or JSON Operators Instead]:https://blog.jooq.org/2019/11/13/stop-mapping-stuff-in-your-middleware-use-sqls-xml-or-json-operators-instead/
1822+
[How Does Accelerated Database Recovery Work]:https://www.red-gate.com/simple-talk/sql/database-administration/how-does-accelerated-database-recovery-work/

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ SQL Server:
530530
- [Troubleshooting SQL Server Performance](https://info.sentryone.com/ebook-troubleshooting-sql-server-performance) (by Kevin Kline)
531531
- [Azure Machine Learning Studio: An Unleashed Guide](http://radacad.com/book-azure-machine-learning-studio-an-unleashed-guide) (by Leila Etaati)
532532
- [Nutanix Best Practices for SQL Server 2016](https://www.nutanix.com/viewer.html?type=pdf&lpurl=virtualize-microsoft-sql-server-hyperconverged-infrastructure.php&fromCampaign=true) (by Nutanix, Inc.)
533+
- [Cloud Analytics with Microsoft Azure](https://azure.microsoft.com/en-us/resources/cloud-analytics-with-microsoft-azure/) (by Has Altaiar, Jack Lee, Michael Peña)
533534

534535
R:
535536
- [BookDown - Write HTML, PDF, ePub, and Kindle books with R Markdown](https://bookdown.org)

Scripts/Get_CPU_Usage_Per_Database.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<summary>Get CPU Usage Per Database</summary>
44
<returns>1 data set with 2 columns: database name and CPUTimeAsPercentage.</returns>
55
<issues>No</issues>
6-
<author>Eli Leiba </author>
6+
<author>Eli Leiba</author>
77
<created>2019-11-05</created>
88
<modified>2019-11-05</modified>
99
<version>1.0</version>

0 commit comments

Comments
 (0)