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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -950,6 +950,9 @@ Articles types:
950
950
|[Connection options in SSMS]| Kenneth Fisher | 2013-11-18 |[DBA][DEV]|
951
951
|[A Script To Automatically Align Columnstore Indexes To Enhance Segment Elimination (and Hence Performances)]| Emanuele Meazzo | 2018-06-04 |[DBA][IDX]|
952
952
|[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]|
953
956
954
957
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
955
958
[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:
1879
1882
[Connection options in SSMS]:https://sqlstudies.com/2013/11/18/connection-options-in-ssms/
1880
1883
[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/
1881
1884
[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