Tag Archives: security

Lost in Space

Today’s editorial was originally published on Sept 2, 2008. It is being re-run as Steve is traveling today and out of the office. Well perhaps not lost in space, but according to this article, a number of US airports report … Continue reading

Posted in Editorial | Tagged | Comments Off on Lost in Space

Trust

An interesting piece I found on Bruce Schneier’s blog that talks about security and trust, specifically with regards to the security of your passwords and hopefully, a password manager. There certainly are problems and potential issues with regards to security and passwords, no … Continue reading

Posted in Editorial | Tagged | 1 Comment

Honeywords in SQL Server

As we become more and more security conscious, it becomes more important not only to configure systems for better security, but also to add more monitoring and auditing to detect when problems occur. We know that at some point someone … Continue reading

Posted in Editorial | Tagged , | Comments Off on Honeywords in SQL Server

Does TDE really work on MDF files?

Yes, it does. However, let’s prove it. First let’s create a database, a table, and enter some data: — create a database CREATE DATABASE TDE_Primer ; GO — create and populate a table USE TDE_Primer go CREATE TABLE MyTable ( … Continue reading

Posted in Blog | Tagged , , , | 1 Comment