2008-12-02 (first published: 2008-10-30)
1,427 reads
2008-12-02 (first published: 2008-10-30)
1,427 reads
This provides information about traces that are defined on SQL Server 2005.
2008-12-01 (first published: 2008-10-25)
1,285 reads
Pulls all DB/Server fixed roles, default schemas & object permissions for all logins
2008-11-28 (first published: 2008-10-25)
2,396 reads
Often during the development lifecycle columns are added to tables that become redundant or remain unused.
this script removes unused (empty) columns
2008-11-27 (first published: 2008-10-22)
1,181 reads
Get the all the SQL Server related services information,
2008-11-26 (first published: 2008-10-13)
1,265 reads
2008-11-25 (first published: 2008-10-20)
1,324 reads
use metadata to generate basic create procedure statements for insert update and select
2008-11-22 (first published: 2008-10-10)
3,833 reads
This is related to my other autogenerate code. this is just an example of how to use it.
2008-11-21
750 reads
2008-11-20 (first published: 2008-10-06)
973 reads
this is a MUCH simpler method of random randomize randomise rand data from a table
2008-11-19
290 reads
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