How Perfect Should Our Software Be?
Steve talks about the level of engineering effort we need in software development.
2019-02-19
75 reads
Steve talks about the level of engineering effort we need in software development.
2019-02-19
75 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
2019-02-14
71 reads
Google was recently fined for GDPR violations. Steve wonders if their confusing documentation and tools are the problem.
2019-02-13
76 reads
Backblaze releases their new hard drive stats and there are some interesting items in the report.
2019-02-12
78 reads
It's not the zero'th time Phil Factor has complained about the madness of a binary collation.
2019-02-11
75 reads
A minor disaster for Steve reveals some cracks in his pre-DR planning.
2019-02-11
85 reads
There is more to our lives than work, and Steve asks that we learn more about other parts of life.
2019-02-08
82 reads
Learning active forgiveness can be a challenge, but it may help you build a better team.
2019-02-07
79 reads
By HeyMo0sh
Learning any kind of theory is easy, but adapting FinOps and watching it rescue...
By Vinay Thakur
As discussed introduction of Always Encryption blog and initial Encryption at rest as TDE...
By Vinay Thakur
Transparent Data Encryption(TDE): TDE was initially introduced in SQL Server 2008 Enterprise Edition; this...
Comments posted to this topic are about the item The day-to-day pressures of a...
Comments posted to this topic are about the item The Problem Isn't Always Your...
Comments posted to this topic are about the item Identity Defaults
What happens when I run this code?
CREATE TABLE dbo.IdentityTest
(
id int IDENTITY(10) PRIMARY KEY,
somevalue VARCHAR(20)
)
GO
See possible answers