Posted in Database Development, Docker, SQL Server, VS Code

Create SQL Server Docker Containers using VS Code (video)

It’s time for another video! This time, join me as I walk through Creating a SQL Server docker container using VS Code. As a bonus, I’ll also show you how to create a PostgreSQL server in a docker container.

Hope you find this helpful and let me know your thoughts!

Continue reading “Create SQL Server Docker Containers using VS Code (video)”
Posted in SQL Server

Initial Thoughts about SQL Server 2022

I had the opportunity to do a presentation at work last week about SQL Server 2022. I titled it “Features in SQL Server 2022 We’re Looking Forward To”. I threw together a list and ran it by some coworkers first. Of the list of approximately 20 items, only 4 were deemed low priority so it would be OK if we didn’t talk about. I only had 30 minutes so I couldn’t even do a single demo. I think I had more links to various pages and blog posts than bullet points about what the features were.

Photo by Vie Studio on Pexels.com

But it definitely help me solidify my thoughts about SQL Server 2022 – this is a major release that requires a lot of attention.

Continue reading “Initial Thoughts about SQL Server 2022”
Posted in Docker, SQL Server, T-SQL Tuesday

T-SQL Tuesday #140 – What have I been doing with Containers

It’s another T-SQL Tuesday! Thanks to Anthony Nocentino (t | b) for hosting this month’s T-SQL Tuesday challenge. This month, he invited us to write about how we use containers.

I’ve just used SQL Server containers for testing. It’s essentially an isolated way of testing scripts against a specific database. But in the end, it’s really just been another instance of SQL Server for me to use.

And that’s it.

Continue reading “T-SQL Tuesday #140 – What have I been doing with Containers”
Posted in Docker, SQL Server

Installing Docker

When I hear about a new Broadway show, I usually like to wait until I see it before I listen to the soundtrack. Otherwise, I miss the context and I can’t always appreciate it.

When it comes to tech, containers seemed to fall under that category. I kept hearing and attending sessions about them, but it didn’t really start coming together until I finally set one up. Now that I’m starting to use it a little more, the container is starting to make more sense. I still have a lot of questions but now I’m in a better place to figure them out.

More importantly, you have to start somewhere. So let’s start by install Docker so we can create containers and go from there!

Continue reading “Installing Docker”