Tag Archives: security

Protecting the SA Account

The sa account is a well, known, built in account for SQL Server. Years ago, in previous versions, I’d see people often use the “sa” account for development, usually with a blank password. Even those speakers and experts often showed … Continue reading

Posted in Blog | Tagged , , | Comments Off on Protecting the SA Account

Protecting sa

Built in accounts are both a help and and a hindrance. Years ago I was working on a SQL Server 4.2 system, where I was an administrator. The database was very unstable, and we were trying to determine if it … Continue reading

Posted in Editorial | Tagged , | Comments Off on Protecting sa

Open is Not Necessarily More Secure

Researchers found a bug in glibc. This library has been around for a long time, used in lots, and lots of software. I’m sure there are some programmers unaware that they coded in software that itself used glibc. However, despite … Continue reading

Posted in Editorial | Tagged | Comments Off on Open is Not Necessarily More Secure

Create a Database Master Key–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. One of the first things you need in a SQL Server database in order to implement encryption is a … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Create a Database Master Key–#SQLNewBlogger