Shortcuts to comment and uncomment SQL queries in SQL Server Management . . . No, in SSMS, it's possible to comment and uncomment three SQL queries with the shortcuts which the documentation explains To comment three SQL queries with the shortcuts in SSMS, after dragging them, you first need to press Ctrl + K, then next need to press Ctrl + C continuously, instead of pressing only one of Ctrl + K or Ctrl + C: And, to uncomment three SQL queries with the shortcuts in
Visual Studio not showing all source files in Solution Explorer From Visual Studio menu, select Project menu then Show all files menu option which in Solution Explorer will show all files in the current project Also, you may need to right click on each file that was not showing but is now to right click and select Include in Project context menu item Once done, select Show All Files to hide folders like obj and bin
npm add root CA - Stack Overflow I am looking for a way to add a custom CA to NPM so I can download from a location using said certificate (an internal git-server) without having to nuke all CA-checking with npm config set strict