Should the Data Lake be Immutable?
Data warehouses and lakes are often loaded from other data, so should they be immutable?
2019-02-26
808 reads
Data warehouses and lakes are often loaded from other data, so should they be immutable?
2019-02-26
808 reads
One thing I learned while working as a database administrator over 17 years is the importance of teamwork across departments. Many times, we have to rely on network and SAN administrator to make changes to their environments in order to make SQL Server run more efficiently. There are times where the storage and network create […]
2019-02-25
64 reads
Will employee data become a target of hackers? It's likely more a movie plot than reality, at least, Steve hopes so.
2019-02-25
79 reads
A company is letting companies trade vacation for payments against student loan debt.
2019-02-22
72 reads
No matter what the reason you have sensitive information, you need to treat it carefully.
2019-02-21
61 reads
2019-02-20
61 reads
Steve talks about the level of engineering effort we need in software development.
2019-02-19
74 reads
Today we have a guest editorial from Andy Warren as Steve is away on vacation. This was originally published on Dec 23, 2014. I was reflecting recently on my first real IT job. It was a small-ish company when I joined it, perhaps a hundred employees or so, and still using a mishmash of software […]
2019-02-18 (first published: 2014-12-23)
208 reads
Steve talks about the need to be careful with backups in this age of malicious attackers.
2019-02-18
62 reads
2019-02-15
80 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...
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