After upgrading Metabase from version 56.14 to 57.2, queries to MS SQL Server databases using integrated authentication (Kerberos) fail with a login error. Rolling ...
This project is a Retrieval-Augmented Generation (RAG) chatbot that answers questions about people and events stored in a SQL Server database. It uses Ollama for local LLM and embedding models, and ...
As I discussed in an earlier column, SQL Server keeps a plan cached for each query it sees (assuming the query requires planning in the first place, of course). That's great for speeding up processing ...
Often, designing databases and speeding up SQL Server queries are treated as a kind of abstract problem: A just "Find this problem, apply this solution" approach to problem solving. In practice, ...