2012-08-16
6,995 reads
2012-08-16
6,995 reads
2012-04-11
1,935 reads
2011-08-11
2,100 reads
2011-07-18
2,118 reads
2011-07-05
2,506 reads
2011-06-29
2,096 reads
2011-06-09
2,469 reads
A comprehensive set of scripts to setup and operate TDE for a SQL Server.
2012-08-10 (first published: 2011-03-08)
38,847 reads
A planning guide for the implementation of TDE in SQL Server.
2011-01-10
7,291 reads
2010-06-29
3,042 reads
By Brian Kelley
If you're an attendee at the PASS Data Community Summit this year, there are...
By Steve Jones
dead reckoning– v. intr. finding yourself bothered by somebody’s death more than you would...
By alevyinroc
Thank you for attending my PASS Summit 2025 session Answering the Auditor’s Call with...
Comments posted to this topic are about the item Personal Contact Is Vital
Comments posted to this topic are about the item Getting the Schema for Tables
Comments posted to this topic are about the item An Unexciting Exciting Release
What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?
SELECT OBJECT_DEFINITION (OBJECT_ID(N'Person.Person')) AS [Object Definition]; GOSee possible answers