2020-08-06
228 reads
2020-08-06
228 reads
Having a coach guide you in sports is valuable. The same could be said for your career.
2020-08-05
87 reads
2020-08-04
112 reads
2020-08-03
134 reads
2020-08-01
116 reads
The workplace is certainly changing with the COVID-19 pandemic. Steve shares a few learnings from Microsoft's work from home experiment.
2020-07-31
123 reads
2020-07-30
77 reads
Learning to adapt the way we work is important for advancing our career, but this can be harder than we expect.
2020-07-29
148 reads
2020-07-28
193 reads
Steve reflects on some of the ideas of how Microsoft imagines the future of computing.
2020-07-27
144 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