25 Years Later: What SQLServerCentral Meant to Me
A look back at SQL Server Central after 25 years from founder Brian Knight.
2026-02-20
1,178 reads
A look back at SQL Server Central after 25 years from founder Brian Knight.
2026-02-20
1,178 reads
Steve talks about some of the charitable work at SQL Server Central.
2026-02-20
44 reads
This is part of a few memories from the founders of SQL Server Central, celebrating 25 years of operation this month. When we started SQL Server Central, our goal was to build a great resource that helped other people advance in their careers and also made some money. Our decisions in building the site were […]
2026-02-13
58 reads
2026-02-06
99 reads
2026-02-02
136 reads
Casino Night from SQL Server Central is coming back to the PASS Data Community Summit.
2024-09-11
412 reads
SQL Server Central is changing their policy to respond to the increased use of AI technologies.
2024-02-02
340 reads
We are adding a consent form to the SQL Server Central website to allow our cookies.
2024-01-10
1,391 reads
The SQL Server Central database servers are being upgraded on Thursday, Nov 2.
2023-11-01
656 reads
We are reducing the sending of the SQL Server Central newsletter to three days a week.
2021-04-30 (first published: 2021-04-26)
1,178 reads
By ChrisJenkins
You could be tolerating limited reporting because there isn’t an off the shelf solution...
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...
Hello, I inherited a number of tables with like 20-30 column using nvarchar(256) in...
Hi, i'm running vs2022. I'm trying out a c# script that i'd like to...
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