Learn a simple way of extracting data from the Alpha Vantage API
Category Archives: SQL
A Simple Git Workflow
A simple set of git commands to manage projects using git hub and git.
A Warning in my Execution Plan
Since I investigate a lot of SQL queries at my job, I’ve been studying techniques to optimize SQL Server functionality, create efficient indexes and examine SQL Query performance. I’ve learned a lot about reviewing execution plans, monitoring system performance, and using tools like Query Store and Wait Stats to dissect queries hogging resources. Overall, itContinue reading “A Warning in my Execution Plan”