Contract to Hire
Today we have a guest editorial from Andy Warren that looks at the way some companies look to hire new workers.
2015-10-09
193 reads
Today we have a guest editorial from Andy Warren that looks at the way some companies look to hire new workers.
2015-10-09
193 reads
Today Steve Jones asks about your job and if you get to pick the things you work on or is most of your time assigned to tasks by someone else?
2015-10-08 (first published: 2011-05-13)
249 reads
2015-10-06
211 reads
Security alerts and concerns are serious, but that doesn't mean that everyone will treat them that way.
2015-10-05
91 reads
2015-09-30
503 reads
2015-09-28
123 reads
Steve Jones talks a bit about the new data masking feature in SQL Server 2016 and how useful it can be.
2015-09-24
140 reads
Today Steve Jones looks at the targeted attacks by hackers against individual security professionals.
2015-09-23
128 reads
The challenges of data growth and sprawl can be compounded by the variety of tools and platforms available. Steve Jones notes that you might need to learn a bit about different technologies.
2015-09-22
136 reads
The issue of who owns data, and who is responsible is one that our world hasn't defined well. Steve Jones has a few thoughts on potential issues for data professionals.
2015-09-21
119 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