Contents tagged with SQL Server
-
DIFFERENCE is different
My latest gig involves some quite heavy text-searching in SQL Server 2008 R2, and I was investigating into various approaches for phonetic searching in the case of misspellings of search phrases.
-
How to determine if a SQL stored procedure is running : Part I
Continuing from my previous post on How to determine if a SQL job is running, I was asked to determine if a certain stored procedure was currently running.
-
How to determine if a SQL job is running
I received a (initially) strange request to determine whether a SQL job is currently running or not.