Tag Archives: tools

T-SQL Tuesday #135 – Awesome Tools

It’s blog party week for T-SQL Tuesday, and I think this is a good choice for a topic. The host this month is Mikey Bronowski, and his invitation is on tools. I work for a tools vendor, and I’ve used … Continue reading

Posted in Blog | Tagged , , | 5 Comments

Your Favorite IDE

SSMS is, well, it’s what we mostly have from Microsoft. It’s been around a long time, but it is getting regularly released. There are new versions about every quarter, and there are bug fixes and minor enhancements. Azure Data Studio … Continue reading

Posted in Editorial | Tagged | Comments Off on Your Favorite IDE

Quick SSMS Tip: Map Mode for Code–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. In recent versions of SSMS, there’s been an addition to the query windows that I find helpful and useful. … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Other IDEs

Most of us use SSMS (SQL Server Management Studio) to manage our SQL Server instances or to write database code. However, Microsoft does give us database options with Visual Studio, VS Code, and Azure Data Studio. It does seem as … Continue reading

Posted in Editorial | Tagged | 2 Comments