Explore >> Select a destination


You are here

blog.sqlterritory.com
| | dbanuggets.com
9.7 parsecs away

Travel
| | Thanks to Kevin Chant for inviting us to write this month's T-SQL Tuesday. This month is special, as Kevin mentioned due to the Festive Tech Calendar, which I have been speaking about for a couple of years now. Every day of the December month, a new recording or a blog post will be released for...
| | visualstudioextensions.vlasovstudio.com
7.5 parsecs away

Travel
| | Visual Commander is a freemium extension allowing you to automate repetitive tasks in Visual Studio and SSMS. You can install Visual Commander in SQL Server Management Studio 21 Preview unzipping the latest Visual Commander installer to the SSMS IDE extensions directory "C:\Program Files\Microsoft SQL Server Management Studio 21\Preview\Common7\IDE\Extensions" Then in the main SSMS menu Extensions...
| | sqlreitse.com
9.6 parsecs away

Travel
| | Whilst working on a blogpost on Fabric Data Warehouse, I started wondering if I could work around the SQL web interface and connect to my OneLake with SSMS and/or ADS. As it turns out, you can! Find the connection-string To be honest, this was the hardest part as the connection-string is somewhat hidden. In your...
| | www.brandonpugh.com
52.3 parsecs away

Travel
| Thought I would try to make it a thing where I post about a particular tool I'm using that makes life easier for me as a developer. GhostDoc is a cool little Visual Studio plugin that makes commenting your methods and properties much easier. With a keyboard shortcut or right clicking on a method name, GhostDoc will automatically generate xml documentation comments by intelligently looking at the method name and parameters: