Resources

Yousendit.com

One of the questions I get a lot is how to send large files around.  Previously I posted an article called “Share Files Via Dropbox Public Folder” that showed you how to leverage Dropbox Public Folders to share files.  Another quick way I share files is via YouSendIt.COM. YouSendIt.COM is free for files up to […]

Read more

SQL Databases, Backup, and Free Space

Microsoft SQL databases have two components: Transaction Logs (.LDF) and Databases (.MDF).    Transaction Logs are designed to keep track of each transaction with the database.   If properly configured, they can provide some fault tolerance to failures.

Read more