2012-08-16
7,027 reads
2012-08-16
7,027 reads
2012-04-11
1,938 reads
2011-08-11
2,105 reads
2011-07-18
2,122 reads
2011-07-05
2,508 reads
2011-06-29
2,101 reads
2011-06-09
2,473 reads
A comprehensive set of scripts to setup and operate TDE for a SQL Server.
2012-08-10 (first published: 2011-03-08)
38,875 reads
A planning guide for the implementation of TDE in SQL Server.
2011-01-10
7,334 reads
2010-06-29
3,046 reads
Every organization I talk to has the same problem dressed up in different clothes....
By DataOnWheels
I am delighted to host this month’s T-SQL Tuesday invitation. If you are new...
By alevyinroc
Ten years (and a couple jobs) ago, I wrote about naming default constraints to...
Comments posted to this topic are about the item The day-to-day pressures of a...
I am annoyed. We have a CMS server that has hundreds of servers saved...
Comments posted to this topic are about the item The Problem Isn't Always Your...
What happens when I run this code?
CREATE TABLE dbo.IdentityTest
(
id int IDENTITY(10) PRIMARY KEY,
somevalue VARCHAR(20)
)
GO
See possible answers