One Milly-yon IOPS - Database Weekly (Sept 1, 2008)
IBM is testing a new hardware disk array that vastly outperforms any current arrays. What does this mean for the database world?
IBM is testing a new hardware disk array that vastly outperforms any current arrays. What does this mean for the database world?
This Friday's poll looks at vacation and how you prepare to be unwired. Steve Jones talks about some of the things you can do.
This article describes the importance of the Resource database in SQL Server 2005 & 2008
Developers can get so used to relying on computers for everything that they can forget how useful it can be in the design process to elicit and refine ideas whilst working in groups, using a sketchbook, pencils and crayons. Sometimes we all need a jolt to force us to take a different approach to solving software design problems.
Learn how to summarize the values of your data using aggregate functions such as COUNT(), SUM(), and AVG() from MVP Kathi Kellenberger. Grouping and aggregate filters are covered as well.
This bi-monthly update on energy news covers quite a bit of wind-related power generation happening around the world.
SSIS has achieved several new and interesting features in SQL Server 2008. And who better to guide you through them and explain them but Robert Sheldon.
This Friday's poll looks at vacation and how you prepare to be unwired. Steve Jones talks about some of the things you can do.
This Friday's poll looks at vacation and how you prepare to be unwired. Steve Jones talks about some of the things you can do.
This Friday's poll looks at vacation and how you prepare to be unwired. Steve Jones talks about some of the things you can do.
A while back I wrote a quick post on setting up key mappings in...
By Steve Jones
In 100 years a lot of what we take to be true now will...
At Saturday the 21st of February I’m presenting an introduction to dimensional modelling at...
Hi, i'm running vs2022. I'm trying out a c# script that i'd like to...
Comments posted to this topic are about the item Missing the Jaro Winkler Distance
I upgraded a SQL Server 2019 instance to SQL Server 2025. I wanted to test the fuzzy string search functions. I run this code:
SELECT JARO_WINKLER_DISTANCE('tim', 'tom')
I get this error message:Msg 195, Level 15, State 10, Line 1 'JARO_WINKLER_DISTANCE' is not a recognized built-in function name.What is wrong? See possible answers