Re: Database Security Help!
From: Ron Talmage (rtalmage@prospice.com)
Date: 08/29/02
- Next message: Mike Wade: "How many people use DB encryption"
- Previous message: A. Tolga KILINĒ: "Re: "application role" activation"
- In reply to: KA Kueh: "Re: Database Security Help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Ron Talmage" <rtalmage@prospice.com> Date: Thu, 29 Aug 2002 00:45:09 -0700
Keuh,
Hard to say. I've heard that it's a function of how many events and columns
you include. Best to keep the number of events and columns to an absolute
minimum, just what you need to find out what people are doing.
Ron
-- Ron Talmage SQL Server MVP "KA Kueh" <kka@ksm.com.my> wrote in message news:ONks3eyTCHA.1644@tkmsftngp08... > 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. > > > > > > > > > > > >
- Next message: Mike Wade: "How many people use DB encryption"
- Previous message: A. Tolga KILINĒ: "Re: "application role" activation"
- In reply to: KA Kueh: "Re: Database Security Help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]