Re: Database Security Help!

From: KA Kueh (kka@ksm.com.my)
Date: 08/29/02


From: "KA Kueh" <kka@ksm.com.my>
Date: Thu, 29 Aug 2002 14:46:54 +0800


Hi Ron,

What will be the performance penalty for using SQL Trace with logging it to
a table. Thanks.

Regards,
Kueh.

"Ron Talmage" <rtalmage@prospice.com> wrote in message
news:e$iIqaxTCHA.4060@tkmsftngp12...
> Kueh,
>
> You'll have to monitor what people are doing, and your best option is SQL
> Trace, which can record Select commands as well as Insert, Update, and
> Delete. You can define a trace to record all activity against sensitive
> tables, and then monitor the results using Profiler or SQL if you've saved
> the trace to a table.
>
> But the best defense is to architect the applications so that they only
call
> stored procedures, so that users will not have direct access to tables.
>
> Hope this helps,
> Ron
> --
> Ron Talmage
> SQL Server MVP
>
> "KA Kueh" <kka@ksm.com.my> wrote in message
> news:Okb6PDxTCHA.1336@tkmsftngp11...
> > Dear all,
> >
> > Is there a method or third party tool that allows me to monitor the
usage
> of
> > MSSQL. I want the tool to be able to report abnormal probing into the
> > database. I am trying to prevent stealing of information from eligible
> > users. These are user who are allowed to view, insert, edit and delete
> > data. I want to be able to know if someone amount them might be
culling
> > the database and might use it in ways that is not lawfull. Thanks.
> >
> > Regards,
> > Kueh.
> >
> >
>
>