Tag Archives: security

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

Development, Operations, or Accounting

I think the idea of a platform of services, such as Windows Azure provides, is a great idea. I’d love to be able to stop worrying about hardware in many cases, and even skip some of the infrastructure of networking … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Development, Operations, or Accounting