2004-06-23
1,746 reads
2004-06-23
1,746 reads
2004-06-22
1,578 reads
In this follow up Andy looks into some of the options available when you're dealing with situations where you're joining a case sensitive column to a case insensitive column. We think after reading this you'll be ready to just say no!
2004-06-22
8,365 reads
2004-06-21
1,938 reads
SQL Server backups are rock solid. But checking them is another matter and something that every DBA is responsible for doing. Another followup article by new Author Kevin O'Donovan to the issue of looking at which database
2004-06-21
6,801 reads
2004-06-18
2,844 reads
2004-06-17
2,306 reads
2004-06-16
2,277 reads
2004-06-15
2,363 reads
See what a reader had to say about Part 1, make sure you've read Part 2, then feel the pain as the author describes a lookup table that should have had unique values and doesn't.
2004-06-15
7,394 reads
By Steve Jones
on tenderhooks – adj. feeling the primal satisfaction of being needed by someone, which...
By DataOnWheels
I have been active in the data community throughout my career. I have met...
By Vinay Thakur
Quick Summary for Microsoft SQL Server till 2025, I am fortunate to be part...
hi, in an ssis for each loop over an object variable called MyListVariable, i...
SQL Server is typically viewed as a transactional or analytical database engine. However, it...
Hello, Is there a way in Azure SQL Database to change the 'Blocking Process...
On SQL Server 2025, when I run this, what is returned?
SELECT EDIT_DISTANCE_SIMILARITY('SQL Server', 'MySQL') See possible answers