Earn a 20% Return on Your Training Investment

If you’re looking for an easy way to manage your training budget and you want to maximize those funds, then invest in a Springhouse Training Savings Account.

It’s easy – for every $5,000 you deposit into your Springhouse account, you will receive an additional $1,000 in training credits.

That’s a 20% return on your investment! Use the funds to pay for ANY classes* taken with Springhouse (end-user, technical, open-enrollment or private).

*Terms and Conditions apply. See Web site for details.

Posted via email from Springhouse - Ready. Set. Train!

SQL Server 2008 Auditing

In an era of increasingly concern regarding regulations and their impact in the production environment, auditing is one of the most important topics. And, SQL Server 2008 introduces a new SQL Server Audit feature. This post will not cover all the details of it, but it will give you an opportunity to taste it.

In a very simple way audit is about WHAT to log and WHERE to log. So, with that in mind, let’s define the three most import audit objects in SQL Server 2008:

Let’s do it!! In this post we will use SQL Server Management Studio to create an example, keep in mind that you can also use Transact-SQL to create these objects.

Let’s start with a new Server Audit:

  1. Open SQL Server Management Studio, connect to your server, and expand the Security.
  2. Right-click Audits and select New Audit…
  3. On Create Audit dialog box (figure 1) note that I have Queue delay is equals to 0, configuring the audit to be synchronous. You can leave the default value of 1000 (1000 milliseconds) for an asynchronous option and to lessen performance impact.
    blog-01
  4. Click OK.
  5. Right-click the new Audit object and Enable it.

Now that we know where the audit data will go, let’s create a Database Audit Specification.

  1. Expand the database you want to create an audit specification on.
  2. Expand Security and right-click New Database Audit Specification.
  3. Configure the Audit to be audit object created previously, and add some actions. (see figure 2)

    blog-1

    Figure 2

  4. Click OK, and do not forget to enable it.

The steps to create a Server Audit Specification are almost the same.

Now that you have everything configured you can test it. And, to see the audit data you can use:

blog2

In a just few steps we created an audit solution. To know more about auditing:

More Articles

Some of the New Features of SharePoint 2010 – from SPC09

SharePoint 2007 Exposed - Live Demo in Pittsburgh 10-29-09

Project Server Exposed Pittsburgh - Complimentary Event 10/29/09

Organization Chart Data from Visio 2007

Project Server Exposed – Live in DC / Reston VA

Tuesday Take Offs! Training Discounts on Select Courses

Reviewing the 70-680 Windows 7, Configuring Exam

Errg! How Do I Change the MS Outlook 2007 Stationary on Replies?