2019-03-04
111 reads
2019-03-04
111 reads
This week Steve is wondering about the use of schemas for security or other purposes.
2019-03-01
499 reads
2020-02-06 (first published: 2019-02-28)
382 reads
Today Steve gives reasons why he thinks the RDBMS is often better than a NoSQL database of any sort.
2019-02-27
89 reads
Data warehouses and lakes are often loaded from other data, so should they be immutable?
2019-02-26
808 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
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
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
62 reads
2019-02-20
62 reads
By Steve Jones
on tenderhooks – adj. feeling the primal satisfaction of being needed by someone, which...
By DataOnWheels
I have been active in the data community throughout my career. I have met...
By Vinay Thakur
Quick Summary for Microsoft SQL Server till 2025, I am fortunate to be part...
I have a quick question on Ola Hallengren Index Optimize Maintenance . Do we...
hi, in an ssis for each loop over an object variable called MyListVariable, i...
SQL Server is typically viewed as a transactional or analytical database engine. However, it...
On SQL Server 2025, when I run this, what is returned?
SELECT EDIT_DISTANCE_SIMILARITY('SQL Server', 'MySQL') See possible answers