The Relational Database is the Default
If you don't have a good reason not to, use a relational database. Always.
2017-12-07
107 reads
If you don't have a good reason not to, use a relational database. Always.
2017-12-07
107 reads
I wrote a piece on SQL Compare and customizing the Automap feature. This was handy for me in a small...
2017-12-07 (first published: 2017-11-27)
1,236 reads
It’s one week to SQL in the City 2017, once again streamed. I’ll be traveling this weekend to the Redgate...
2017-12-06
1,048 reads
2017-12-06
95 reads
2017-12-06
715 reads
SQL Prompt v9 came out recently, and just when you thought they couldn’t make it better, they found a way....
2017-12-05
857 reads
A bug in American Airlines scheduling could impact travelers, but certainly will impact their bottom line.
2017-12-04
98 reads
2017-12-04
780 reads
I think SQL Clone is one of the game changing products from Redgate. This product really fits into a DevOps...
2017-12-01
656 reads
Schools don't necessarily teach people how to code, but they could do a better job.
2017-11-30
93 reads
By Steve Jones
A customer was trying to compare two tables and capture a state as a...
By Zikato
When I'm looking at a query, I bet it's bad if I see... a...
By Steve Jones
This month is a milestone for T-SQL Tuesday. It’s number 200, which doesn’t sound...
Comments posted to this topic are about the item A Quick Second Opinion
Comments posted to this topic are about the item Five Intelligent Query Processing Features...
Comments posted to this topic are about the item Checking the Error Log I
On my SQL Server 2025, I want to search the error log from my T-SQL code for potential issues and then inform an administrator. What is the current way to easily query the error log?
See possible answers