Posts by Chris Barth
I Had a Problem. I Built a Solution. And I Learned What Agentic AI Actually Means.
I wanted to learn agentic AI by doing, not by reading about it. The best way I know how to learn something is to build something real with it. So instead of spinning up a toy project, I looked at my own day-to-day and asked where I was losing the most time. The answer was…
Read MoreUnderstand your system tables in SQL Server
It is my belief that a good understanding of the system tables in SQL Server is one of the keys to understanding why the engine does what it does. For example, a good understanding of the system tables can help you figure out what query plan a sql statement is using. In addition system tables…
Read More