Hiring for Culture
Steve Jones discusses the decision to hire someone that fits in with your culture at work, and what that means.
2015-07-29
145 reads
Steve Jones discusses the decision to hire someone that fits in with your culture at work, and what that means.
2015-07-29
145 reads
An amazing visualization of basketball players has Steve Jones encouraging you to find your own pet project and showcase some skills.
2015-07-28
137 reads
Can you deploy your database changes without any downtime? Steve Jones has a few notes.
2015-07-27
123 reads
The challenges of getting enough resources for our projects aren't always apparent.
2015-07-27
140 reads
The poll this week looks to the future and artificial intelligence. Steve Jones wonders if we'll ever really see this.
2015-07-24
149 reads
The job of the DBA is constantly evolving, but one thing has always been critical: access to data.
2015-07-23
246 reads
We must learn to deal with the reality of our situation, along with the limitations.
2015-07-21
122 reads
DacPacs have been around for a while but DBAs have not, in the past, taken them particularly seriously. Is it time to get involved and influence the way the technology develops?
2015-07-20
167 reads
One important skill is for the DBA or developer of the future is being sure they can present data to clients in a way they can use it.
2015-07-20
200 reads
For this Friday, Andy Warren asks if you would pay to change your wardrobe for work.
2015-07-17
238 reads
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...
By Steve Jones
Only a little break for me. I’m actually heading to Las Vegas today for ...
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