Should the Data Lake be Immutable?
Data warehouses and lakes are often loaded from other data, so should they be immutable?
Data warehouses and lakes are often loaded from other data, so should they be immutable?
Sometimes performance is more important than exact accuracy. Learn how to get an approximate count in SQL Server with better performance.
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 […]
Will employee data become a target of hackers? It's likely more a movie plot than reality, at least, Steve hopes so.
In this article, the second in the series, Robert Sheldon demonstrates how to manage the SQL Server security with granting permissions to users, logins, and groups.
Learn about how selecting a SQL Server index fill factor can impact storage and performance. Check out the included scripts to help give you better insight.
A company is letting companies trade vacation for payments against student loan debt.
Article shows how R Services can help database administrators with their daily work
Distributed source control is really intimidating: branches, pull requests, merges – will somebody just take my code, for crying out loud? Why does it have to be so complicated and involved?
By Steve Jones
If you aren’t watching the Ignite keynotes today, then you might have missed the...
Short version You want to get this running as fast as possible. Do these...
By Steve Jones
Last week I asked you to write about SQL Server 2025 and what things...
Comments posted to this topic are about the item SQL Server 2025 has arrived!
Comments posted to this topic are about the item Don't Create Workslop
Comments posted to this topic are about the item What is the original database...
What is returned when this code is run?
SELECT ORIGINAL_DB_NAME()See possible answers