Database Development with AI in 2026
This seems like the appropriate first BrentOzar.com blog post in the year 2026, eh?
2026-02-02
This seems like the appropriate first BrentOzar.com blog post in the year 2026, eh?
2026-02-02
GenAI technology is going to change coding, but there is still a lot of work available for humans.
2026-01-26
97 reads
When I was at the Small Data 2025 conference, one of the speakers was talking about their work with AI technologies. This person uses it a lot in their day job, often to complete tasks that they would have struggled to work on in the past, mostly because of time constraints, but also a lack […]
2026-01-16
170 reads
Learn how we can search text values in SQL Server 2025 using the new AI capabilities.
2026-01-12
3,505 reads
2026-01-07
86 reads
See how Claude Code helped load a lot of messy data into a database for less than $5.
2026-01-05
2,841 reads
Beneath the surface though, AI is just a tool that learns certain patterns and draws conclusions from information on the Web to answer questions, make decisions, or craft a code sample or two. Those that have used AI in the past will know that just as it’s capable of providing valuable information, AI tools can also generate inaccurate responses, and that’s why it’s important to use it wisely.
2025-12-29
First off, I understand if you read the headline and you have a knee-jerk reaction. I totally understand that there are a lot of people out there who hate AI, and believe me, I hate most uses of it. Lots of its advice can be misleading at best, and absolute garbage at worst.
2025-12-22
2025-12-22
10,565 reads
Steve sees a lot of challenges ahead for AI, especially in the area of labor and employment.
2025-12-17
88 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers