Skip to content

Commit 3151a08

Browse files
committed
Add pretty good articles
1 parent 505f4e8 commit 3151a08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Articles/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,9 @@ Articles types:
950950
| [Connection options in SSMS] | Kenneth Fisher | 2013-11-18 | [DBA][DEV] |
951951
| [A Script To Automatically Align Columnstore Indexes To Enhance Segment Elimination (and Hence Performances)] | Emanuele Meazzo | 2018-06-04 | [DBA][IDX] |
952952
| [Issues with SQLCMD when using special characters] | Daniel Farina | 2018-01-11 | [DBA][DEV] |
953+
| [Encrypting passwords with Python Scripts in SQL Notebooks of Azure Data Studio] | Rajendra Gupta | 2020-01-06 | [DBA][DEV] |
954+
| [Fun with (columnstore) compression on a very large table – part 2] | Aaron Bertrand | 2020-01-07 | [DBA][IDX] |
955+
| [The curious case of the sqlcmd password] | Randolph West | 2020-01-08 | [DBA][DEV] |
953956

954957
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
955958
[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
@@ -1879,3 +1882,6 @@ Articles types:
18791882
[Connection options in SSMS]:https://sqlstudies.com/2013/11/18/connection-options-in-ssms/
18801883
[A Script To Automatically Align Columnstore Indexes To Enhance Segment Elimination (and Hence Performances)]:https://tsql.tech/a-script-to-automatically-align-columnstore-indexes-to-enhance-segment-elimination-and-hence-performances/
18811884
[Issues with SQLCMD when using special characters]:https://www.mssqltips.com/sqlservertip/5132/issues-with-sqlcmd-when-using-special-characters/
1885+
[Encrypting passwords with Python Scripts in SQL Notebooks of Azure Data Studio]:https://www.sqlshack.com/encrypting-passwords-with-python-scripts-in-sql-notebooks-of-azure-data-studio/
1886+
[Fun with (columnstore) compression on a very large table – part 2]:https://sqlperformance.com/2020/01/columnstore/fun-with-compression-very-large-table-2
1887+
[The curious case of the sqlcmd password]:https://bornsql.ca/blog/the-curious-case-of-the-sqlcmd-password/

0 commit comments

Comments
 (0)