Skip to content

Commit 02dc5d4

Browse files
committed
Add new articles
1 parent 2168f73 commit 02dc5d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Articles/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,11 @@ Articles types:
974974
| [VALUES() and Long Parameter Lists] | Joe Celko | 2010-07-22 | [DBA][DEV] |
975975
| [Going Serverless with Azure SQL Database] | John Miner | 2019-12-20 | [DBA][DEV] |
976976
| [SQLskills SQL101: Why are Statistics so Important?] | Kimberly Tripp | 2020-01-20 | [DBA][DEV] |
977+
| [Configuring SQL Server Express edition as SQL witness server in Database Mirroring] | Nisarg Upadhyay | 2020-01-20 | [DBA] |
978+
| [The Half Apply Query] | Forrest | 2020-01-20 | [DBA][DEV] |
979+
| [Import JSON data into SQL Server] | Rajendra Gupta | 2020-01-17 | [X] |
980+
| [Auditing in AWS RDS SQL Server] | Rajendra Gupta | 2020-01-20 | [DBA] |
981+
| [Types of SQL Server Indexes] | Ben Snaidero | 2019-12-24 | [IDX] |
977982

978983
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
979984
[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
@@ -1923,3 +1928,8 @@ Articles types:
19231928
[VALUES() and Long Parameter Lists]:https://www.red-gate.com/simple-talk/sql/learn-sql-server/values-and-long-parameter-lists/
19241929
[Going Serverless with Azure SQL Database]:https://www.mssqltips.com/sqlservertip/6273/going-serverless-with-azure-sql-database/
19251930
[SQLskills SQL101: Why are Statistics so Important?]:https://www.sqlskills.com/blogs/kimberly/sql101_whystatisticsareimportant/
1931+
[Configuring SQL Server Express edition as SQL witness server in Database Mirroring]:https://www.sqlshack.com/configuring-sql-server-express-edition-as-sql-witness-server-in-database-mirroring/
1932+
[The Half Apply Query]:https://forrestmcdaniel.com/2020/01/20/the-half-apply-query/
1933+
[Import JSON data into SQL Server]:https://www.sqlshack.com/import-json-data-into-sql-server/
1934+
[Auditing in AWS RDS SQL Server]:https://www.sqlshack.com/auditing-in-aws-rds-sql-server/
1935+
[Types of SQL Server Indexes]:https://www.mssqltips.com/sqlservertip/6274/types-of-sql-server-indexes/

0 commit comments

Comments
 (0)