Tip of the Day: SQL Azure Auditing

Today’s (SQL) Tip…

SQL Azure Auditing allows you to keep a full audit log of your actions in your SQL Azure DB. It stores the information in your Azure Storage account and allows you to process the data with Excel. You can read more about it here: https://azure.microsoft.com/en-us/documentation/articles/sql-database-auditing-get-started/

A quick hint, after you enable it make sure to change your connection string to <servername>.secure.database.windows.net.