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
107 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
214 reads
Today Steve wonders if the technology for storage and data transfers has superseded the need for portable drives.
2024-01-15
140 reads
Steve has a few thoughts on building your own PC to help you with work or your career.
2022-06-10
233 reads
2021-04-28
104 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
130 reads
Let's Encrypt upgrades their database servers and publishes the details.
2021-02-01
116 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
125 reads
By John
Failing to plan is planning to fail. When organizations first begin implementing Azure networking,...
By Steve Jones
As I use containers more and more to run various things, I decided I...
By Kevin3NF
Old Reliable Still Matters If you’ve been around SQL Server for a while, you’ve...
I maintain an application written years ago, where the database is on a Windows...
I’m working on a jewelry e-commerce project and need advice on designing an efficient...
Comments posted to this topic are about the item The Duplicate Cursor
Can I run this code:
DECLARE ANewTable CURSOR FOR SELECT * FROM ANewTableSee possible answers