You can now watch any of the sessions from last week's SQL in the City Streamed on-demand on Redgate's YouTube channel: https://t.co/jgF7Dmj7IG
Don't miss the sessions by our Microsoft MVPs @GFritchey@Kendra_Little @auntkathi and @way0utwest#sqlinthecity
Visual Studio Tip: Jump to the last edit location in a solution using Edit > Go To > Go To Last Edit Location, or by pressing Ctrl+Shift+Backspace.
Requires VS 2017 Update 8 (15.8). #vstip
I think people have a fundamental misunderstanding of how much control extensions have. Yes, that includes those that you think are keeping you safe: if it goes rogue, that’s it, everything you do in the browser is now compromised https://t.co/W9GBMTiNvu
When entering a 32 character long password and the SQL query fails, reporting a value is too long to store... priceless. Storing passwords in clear text is always fun, right? (Trimmed the password, it worked.) /cc @troyhunt
The August preview release of SQL Operations Studio is now available, including new Import extension, Profiler updates, First Responder extension, and QoL fixes. Download here https://t.co/LZwSeLJwuO and learn more by reading our blog post #sqlserver https://t.co/4Lf8wb8QXS.
[BLOG] Cumulative Update #10 for SQL Server 2017 RTM: The 10th cumulative update release for SQL Server 2017 RTM is now available for download at the Microsoft Downloads site. Please note that registration is no longer required to download Cumulative… https://t.co/5G7krQaqCX
“This is stuff I consider foundational material, though. I’ve learned a lot from them, and I think most people who use SQL Server regularly would benefit from reading them, if they haven’t already. “ - @BrentOzarULTD https://t.co/7I1NfzbHbk
[BLOG] Resolved: Issue with security update for the Remote Code Execution vulnerability in SQL Server 2016 SP2 (CU): August 14, 2018: We have replaced KB4293807 with KB4458621 resolving the issue described below. Updated SQL Server 2016 SP2 CU packages… https://t.co/H21I5zG5Sk
Windows + X + A starts #PowerShell with administrative privileges. Tested on Windows 10 1803. Didn't know that.
I can't get that old to learn all about PowerShell. Frustrated.
#windows10
Visual Studio Tip: You can copy (CTRL+C) up to 20 different things in the editor and cycle through them using CTRL+Shift+V to paste just the one needed. #vstip