Click here to Skip to main content
15,911,890 members
Home / Discussions / Database
   

Database

 
GeneralRe: Selecting Last Row of a Table Pin
Mandar Patankar4-Aug-05 8:33
Mandar Patankar4-Aug-05 8:33 
GeneralSelecting Last Row of a Table Pin
Hassanur3-Aug-05 20:50
Hassanur3-Aug-05 20:50 
GeneralRe: Selecting Last Row of a Table Pin
4-Aug-05 20:01
suss4-Aug-05 20:01 
GeneralStoring Different Language Data Pin
Anonymous3-Aug-05 19:00
Anonymous3-Aug-05 19:00 
GeneralRe: Storing Different Language Data Pin
Rob Graham4-Aug-05 4:39
Rob Graham4-Aug-05 4:39 
GeneralQuery Access db where date/time ... Pin
Laffis3-Aug-05 8:23
Laffis3-Aug-05 8:23 
GeneralRe: Query Access db where date/time ... Pin
Rob Graham3-Aug-05 9:07
Rob Graham3-Aug-05 9:07 
Generaltracking actions in sql Pin
WetRivrRat3-Aug-05 5:35
WetRivrRat3-Aug-05 5:35 
Hey all,
I'm working with a software package that relies on the security of the server to protect the database, meaning the database is entirely in plain english, and there is no double checking or check sum features to verify the data.
The server is accessable by all domain users(go figgure?) and therefore so is the database. The problem I am having is certain users have figgured this out and will go in to the db to change their access level and passwords of others (just for the sake of being malicious)

I have contacted the developers of the package and they basically said, "Sorry, mate, can't help you, we didn't design the system to be used in a hostile environment like yours". So I have no help from them, but still have the problem.

I need a way to track the transactions happening on the access_level column of the users table.

I've tried using the sql profiler, but i only know how to trace current transactions not previous tranactions so if the server gets rebooted, or someone logs into the console they see that its running and shut it off.

Basically, is there anyway to write something that will store the transactions happening on that column? or is there anyway to store the username column that was modified? so if i were user1 and i went in to the db and modified my account access level there would be a log or record of that transaction somewhere else that would store that users name.

I will plan to write any neccessary app in C#, and I would prefer to have the app run on my pc, not the server.
i've thought about just running an app that queries the db every so often (3-5 mins) to see the number of users in each access level, then returns the usernames for each admin access level(the level they are maliciously accessing) but that seems like a awful lot of work on the db, specially since its allready running slow due to the number of hits and request the server allready deals with. (which i can't really change since the server is run and operated by a different team, I just run the software package, there is a server group and a db group)

Is there a better option???
Confused | :confused:

Dim Beautiful As String
Beautiful = "ignorant"
Label1.Text = "The world is full of " & Beautiful & " people."


Why is common sense such an un-common comodity?

GeneralRe: tracking actions in sql Pin
Rob Graham3-Aug-05 6:20
Rob Graham3-Aug-05 6:20 
GeneralRe: tracking actions in sql Pin
WetRivrRat3-Aug-05 7:05
WetRivrRat3-Aug-05 7:05 
GeneralRe: tracking actions in sql Pin
Rob Graham3-Aug-05 7:15
Rob Graham3-Aug-05 7:15 
GeneralRe: tracking actions in sql Pin
Anonymous3-Aug-05 7:20
Anonymous3-Aug-05 7:20 
GeneralRe: tracking actions in sql Pin
WetRivrRat5-Aug-05 8:40
WetRivrRat5-Aug-05 8:40 
GeneralRe: tracking actions in sql [Edit] Pin
Rob Graham5-Aug-05 9:22
Rob Graham5-Aug-05 9:22 
GeneralRe: tracking actions in sql [Edit] Pin
WetRivrRat5-Aug-05 9:55
WetRivrRat5-Aug-05 9:55 
GeneralRe: tracking actions in sql [Edit] Pin
Rob Graham5-Aug-05 11:45
Rob Graham5-Aug-05 11:45 
GeneralWhich is better Pin
WDI3-Aug-05 3:34
WDI3-Aug-05 3:34 
GeneralRe: Which is better Pin
toxcct3-Aug-05 5:13
toxcct3-Aug-05 5:13 
GeneralRe: Which is better Pin
Member 15192134-Aug-05 22:31
Member 15192134-Aug-05 22:31 
GeneralOracle download Pin
Bhuvanish3-Aug-05 2:11
Bhuvanish3-Aug-05 2:11 
GeneralRe: Oracle download Pin
toxcct3-Aug-05 5:15
toxcct3-Aug-05 5:15 
GeneralCannot add view in Server Explorer Pin
Daniel Hintz2-Aug-05 18:31
Daniel Hintz2-Aug-05 18:31 
GeneralRe: Cannot add view in Server Explorer Pin
Christian Graus2-Aug-05 19:16
protectorChristian Graus2-Aug-05 19:16 
GeneralRe: Cannot add view in Server Explorer Pin
Frank Kerrigan2-Aug-05 21:24
Frank Kerrigan2-Aug-05 21:24 
GeneralRe: Cannot add view in Server Explorer - PROBLEM SOLVED Pin
Daniel Hintz3-Aug-05 16:11
Daniel Hintz3-Aug-05 16:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.