From the course: Querying Microsoft SQL Server 2022

Unlock the full course today

Join today to access over 24,200 courses taught by industry experts.

Next steps

Next steps

- [Adam] Congratulations on reaching the end of the course. I'd like to thank you for joining me as we got to know how to write queries for Microsoft SQL Server 2022. Here's a couple of additional courses that I think you'd enjoy and will help you dig further into the capabilities of SQL Server and the world of Transact SQL. First, we didn't talk at all about query performance, and that definitely becomes a big deal when you start writing queries against very large databases, or queries that need to run hundreds of thousands of times a day. I'd recommend taking a look at the course, SQL Server Performance for Developers, and specifically chapter one for an introduction into Query Execution plans. This can help you understand how SQL Server goes through the process of returning the results that you've asked for. My course, SQL Server Database Triggers, will help you automate tasks in your database by setting up…

Contents