2

We are planning on using the new auditing feature in SQL Server 2008. Is there a way to configure the auditing component to insert audit data to a separate database?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Saturn K
  • 2,705
  • 4
  • 26
  • 38

1 Answers1

1

I don't believe so. It's to-file (rolling log) or to event viewer. This is a good reference: http://www.sqldbatips.com/showarticle.asp?ID=133

Eric Higgins
  • 690
  • 5
  • 9