Tag Archives: sql server

Architecture for Auditing

In the analog world, when we need to provide an auditing system for checking on physical activity, we usually separate out the roles of people that might record or track activity from those that perform activities. The better separation we … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Architecture for Auditing

Finding Production Drift

A few years ago when I started delivering presentations about automating database delivery with Grant Fritchey, I was surprised by something. We were rehearsing a talk and Grant mentioned that there were really only two places where we knew the … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Finding Production Drift

Native Audits

As our databases contain more and more information, it is becoming increasingly more common to implement some sort of auditing feature to ensure that our data is not being inappropriately accessed or altered. It’s not only the management of our … Continue reading

Posted in Editorial | Tagged , | Comments Off on Native Audits

DB_Owner Querying for Database Options

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. What can a user with the db_owner database role do? I assumed anything inside of the database (create/alter objects, … Continue reading

Posted in Blog | Tagged , , , | Comments Off on DB_Owner Querying for Database Options