eForensics Magazine SQL Server Issue

The digital magazine “eForensics Magazine” has put together their 1st issue talking specifically about SQL Server security.  There are articles written by a bunch of SQL Server experts including the two articles which I have in the issue.  There’s a free teaser of the issue which you can download as well (it’s down at the […]

Log Shipping Databases and Permissions Problems

Recently I was doing log shipping for a client in preparation to move their databases from one data center to another, when I was asked to change the drive that one of the target databases was being restored to. No problem, I’ll just use ALTER DATABASE … MODIFY FILE (name=’xxx’, filename=’yyy’) to change the files, […]