I was showing SQL Server 2019 to some aspiring .NET developers recently. Aside from discussing relational database concepts, we also dug into various SQL statements and queries.… Read more “Exploring SQL Server 2019 with Docker”
Tag: SQL Server
SQL Operations Studio is Now Azure Data Studio
Not long ago, I did a couple posts on an awesome new SQL Editor called SQL Operations Studio by Microsoft. It is cross-platform, light weight, and perfect… Read more “SQL Operations Studio is Now Azure Data Studio”
Customizing SQL Operations Studio
Recently I wrote a post on SQL Operations Studio. I’ve been using it pretty heavily for the past week and I’ve got to say, the honeymoon phase… Read more “Customizing SQL Operations Studio”
SQL Operations Studio – Initial Thoughts
I have used SQL Server Management Studio (SSMS) for years. I never really thought of it as a bad IDE per say. It offered many improvements over… Read more “SQL Operations Studio – Initial Thoughts”
The Forgotten Database Project
On a couple recent projects I’ve worked on, I decided to go back to the basics. Visual Studio supports SQL Server database projects. These projects have been supported for a while now but, I’m always shocked to find how many people are unaware they exist.