Auditing the password changes using LOGIN_CHANGE_PASSWORD_GROUP Server
Auditing the password changes using LOGIN_CHANGE_PASSWORD_GROUP Server Level Audit Group.
Auditing the password changes using LOGIN_CHANGE_PASSWORD_GROUP Server Level Audit Group.
As DBA's we are often looking for issues and hole is things, but it is also important to see positives and seek a better solution.
Azure contains a vast array of services that can be used for machine learning, text analysis, and more. In this article, Supriya Pande provides a brief explanation of machine learning and then walks you through creating a sentiment analysis application.
In this next level, we learn how to install SQL Server on Linux and verify that everything is working.
The right tool is important for a good job. Andy Warren asks if you're thought about the tools you use on a daily basis.
In this tip we look at how to use Azure quick start templates as well as how you can customize the templates to meet your needs.
Steve Jones thinks that DevOps is the wave of the future for most companies. He has a few ways to try and bridge the gap between development and Operations groups.
I needed to speed up some regression testing. Redgate Sql Data compare API helped me do it.
Although concerns about ownership and security persist, many companies have embraced cloud services and are reaping substantial financial rewards as a result. Rob Gravelle describes the different cloud database categories, and shows us how to configure an Amazon RDS MySQL database.
By Steve Jones
I haven’t done one of these in awhile, but I saw an article recently...
In last months one of the scenarios where you can use AI has been...
Comments posted to this topic are about the item Missing the Jaro Winkler Distance
Comments posted to this topic are about the item 25 Years Later: What SQLServerCentral...
Comments posted to this topic are about the item Doing Good at SQL Server...
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