Building a Data Center
A data center is a complex beast. Is it worth building and maintaining your own? Steve has a few thoughts on a data center versus a cloud.
2025-02-05
151 reads
A data center is a complex beast. Is it worth building and maintaining your own? Steve has a few thoughts on a data center versus a cloud.
2025-02-05
151 reads
There is still a huge demand for data centers, both from cloud vendors and private enterprises.
2025-01-06
110 reads
Steve sees disk drives as shrinking to the point of being invisible to most of us.
2024-09-09
309 reads
2024-06-17
216 reads
Today Steve wonders if the technology for storage and data transfers has superseded the need for portable drives.
2024-01-15
143 reads
Steve has a few thoughts on building your own PC to help you with work or your career.
2022-06-10
234 reads
2021-04-28
105 reads
Steve doesn't think he will ever work on server class machine again in terms of hardware. He wonders how many of you feel the same.
2021-02-17
131 reads
Let's Encrypt upgrades their database servers and publishes the details.
2021-02-01
118 reads
The ability to analyze lots of data on a workstation can be a way to test things without overloading server systems until you are sure your code works.
2020-08-25
127 reads
Introduction When you’re running MongoDB at scale with data distributed across multiple Pure Storage...
By Brian Kelley
If you're an attendee at the PASS Data Community Summit this year, there are...
By Steve Jones
dead reckoning– v. intr. finding yourself bothered by somebody’s death more than you would...
Hi there I am seeking some help with an SQL statement. Any help would...
Comments posted to this topic are about the item Personal Contact Is Vital
Comments posted to this topic are about the item Getting the Schema for Tables
What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?
SELECT OBJECT_DEFINITION (OBJECT_ID(N'Person.Person')) AS [Object Definition]; GOSee possible answers