Skip to content

Commit cc06a6f

Browse files
committed
Add new very useful info
1 parent 2de536d commit cc06a6f

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

Articles/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@ Articles types:
649649
| [Preparation for SQL Server Installation] | Michal Sadowski | 2018-12-12 | [DBA] |
650650
| [Executing xp_cmdshell with Non SysAdmin Account] | Lucas Kartawidjaja | 2019-01-04 | [DBA] |
651651
| [Generating SQL using Biml (T-SQL Tuesday #110)] | Cathrine Wilhelmsen | 2019-01-08 | [DEV] |
652+
| [Avoiding SQL Server Upgrade Performance Issues] | Glenn Berry | 2019-02-05 | [DBA] |
652653

653654
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
654655
[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
@@ -1275,3 +1276,4 @@ Articles types:
12751276
[Preparation for SQL Server Installation]:https://sqlplayer.net/2018/12/preparation-for-sql-server-installation/
12761277
[Executing xp_cmdshell with Non SysAdmin Account]:http://www.lucasnotes.com/2019/01/executing-xpcmdshell-with-non-sysadmin.html
12771278
[Generating SQL using Biml (T-SQL Tuesday #110)]:https://www.cathrinewilhelmsen.net/2019/01/08/generating-sql-using-biml/
1279+
[Avoiding SQL Server Upgrade Performance Issues](https://www.sqlskills.com/blogs/glenn/avoiding-sql-server-upgrade-performance-issues/)

SSMS/SSMS_Errors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
- [SSMS: Object Explorer Filtering allows for SQL Injection (oops)](https://feedback.azure.com/forums/908035-sql-server/suggestions/36678803-ssms-object-explorer-filtering-allows-for-sql-inj)
1010
- [SSMS won't open scripts on double-click](https://stackoverflow.com/q/1726577/2298061)
1111
- [SSMS Crash While Using Backup to URL or Connecting to Storage](https://blog.sqlauthority.com/2018/10/09/sql-server-sql-server-management-studio-crash-while-using-backup-to-url-or-connecting-to-storage/)
12+
- [Error in SSMS: Attempted to read or write protected memory.](https://sqlstudies.com/2019/02/18/error-in-ssms-attempted-to-read-or-write-protected-memory/)

SSMS/SSMS_Tips.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ Reference:
769769
- [CTRL+R does not hide the Query Result window in SSMS]
770770
- [SSMS Tip #1: Annotations and Map Mode for Vertical Scroll Bar] (by Solomon Rutzky)
771771
- [SQL Vulnerability Assessment Available in SSMS] (by Thomas LaRock)
772+
- [SSMS Tips and Tricks free ebook](http://ssmsbook.sqldownunder.com) (by SDU Insiders)
772773
773774
[Cycle through clipboard ring]:http://www.ssmstipsandtricks.com/blog/2014/05/05/cycle-through-clipboard-ring/
774775
[SSMS Tips: Templates and Control+Shift+M]:http://littlekendra.com/2016/08/09/ssms-tips-templates-and-controlshiftm/

0 commit comments

Comments
 (0)