How do you deal with disappointment?
Disappointment is hard, but you get to choose how you react to it.
2018-05-14
109 reads
Disappointment is hard, but you get to choose how you react to it.
2018-05-14
109 reads
AD Authentication in SQL Server has been around for a long time, so why do we still use SQL Authentication?
2018-03-30
414 reads
2018-02-01
82 reads
Often we are encouraged to learn the latest things, but sometimes the old stuff is worth knowing too.
2017-12-26
87 reads
2017-12-18
63 reads
2017-12-11
83 reads
It is getting to be that time of year. Holiday parties are you for them or against
2017-11-14
78 reads
A lot of us are introverted, so is there anything that can be done about it?
2017-11-09
113 reads
2017-11-01
91 reads
There are important things in life and in our career, how far are you willing to go to get them?
2017-10-30
113 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