Results 1 to 4 of 4

Thread: Auditing (Urgent)

  1. #1
    Join Date
    Nov 2002
    Posts
    36

    Auditing (Urgent)

    Hello,

    How can I audit users logins to particular database? Can I audit to a file or to database?

    Any help is appreciated.

    Thanks
    Priti

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

    I prefer auditing on a table so that i can query it easily.

    To audit for a particular database, in the profiler filter it for database name.

    Check Profiler properties.

    I believe you are using SQL Server.

  3. #3
    Join Date
    Nov 2002
    Posts
    36

    Auditing

    I'm using SQL Server 7.0 I would appreciate if you could guide me what events should I use to get the login info of particular database, All the tables are sensitive on that db,should I save the output to file or to database?

    Thanks A lot

  4. #4
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    If you are concerned about only logins, then use security audit in the event list. Store it in a database table

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •