2020-05-04
120 reads
2020-05-04
120 reads
The Covid-19 pandemic has provided examples of how uncertain data can eventually be presented to the public as certainty. How, as data people, should we represent uncertainty in our data?
2020-05-02
169 reads
With many of us working from home, Steve wonders if you want to change anything.
2020-05-01
113 reads
Marriott has had another security breach. Does this mean they aren't taking security seriously? Steve has a few thoughts.
2020-04-30
113 reads
Artificial Intelligence hasn't always worked well, but there is one place that is seems to have lots of potential.
2020-04-29
133 reads
Steve prefers having standards, and today notes that aliases should be included in your standards document.
2020-04-28
144 reads
There are contests to break encryption algorithms taking place all the time. Another one was completed recently.
2020-04-27
200 reads
2020-04-25
134 reads
This week Steve talks a bit about working remotely, which is something more of us are doing these days.
2020-04-24
214 reads
2020-04-23
182 reads
By alevyinroc
Ten years (and a couple jobs) ago, I wrote about naming default constraints to...
By Steve Jones
We have multiple teams (8) working on Redgate Monitor. Some work on the Standard...
By HeyMo0sh
Learning any kind of theory is easy, but adapting FinOps and watching it rescue...
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