473,793 Members | 2,810 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Finding out what a user did - help needed

We have an old database & server that is supposed to be used for
reference only. Access to this is minimal and read-only.

What I need to do is find out what a specific user did on a certain
day. I know which user it was and I know the day, but I need to prove
if they did anything on the server (fantastic if I can tell what they
actually did). I'd like to be able to tell if they had logged on as
well.

We suspect that they looked up some confidential information on
someone they shouldn't have. I need to do this for a HR investigation.

Running SQL 6.5

Any help would be appreciated.
Jul 20 '05 #1
3 1501

"Ryan" <ry********@hot mail.com> wrote in message
news:78******** *************** **@posting.goog le.com...
We have an old database & server that is supposed to be used for
reference only. Access to this is minimal and read-only.

What I need to do is find out what a specific user did on a certain
day. I know which user it was and I know the day, but I need to prove
if they did anything on the server (fantastic if I can tell what they
actually did). I'd like to be able to tell if they had logged on as
well.

We suspect that they looked up some confidential information on
someone they shouldn't have. I need to do this for a HR investigation.

Running SQL 6.5

Any help would be appreciated.


Unless you had some sort of trace running, or unless your application logs
all access, then I don't think there's any way to find out. Assuming that
you configured the server to log all logins, then you should be able to see
the connection recorded in the SQL Server error log, but there is no way to
know what the person actually did without more information (from an
application log, for example).

If the database is read-only, then there would be no transaction log records
(although since there's no supported way to view them, you would have to go
to Microsoft for help), and SELECT statements are not logged anyway.

Simon
Jul 20 '05 #2
Have been able to confirm they were logged on the network and db at
certain times, so just need to find out what they did.

Thanks

ry********@hotm ail.com (Ryan) wrote in message news:<78******* *************** ***@posting.goo gle.com>...
We have an old database & server that is supposed to be used for
reference only. Access to this is minimal and read-only.

What I need to do is find out what a specific user did on a certain
day. I know which user it was and I know the day, but I need to prove
if they did anything on the server (fantastic if I can tell what they
actually did). I'd like to be able to tell if they had logged on as
well.

We suspect that they looked up some confidential information on
someone they shouldn't have. I need to do this for a HR investigation.

Running SQL 6.5

Any help would be appreciated.

Jul 20 '05 #3
Pretty much as I suspected. Thanks for your help anyway.

Ryan
Unless you had some sort of trace running, or unless your application logs
all access, then I don't think there's any way to find out. Assuming that
you configured the server to log all logins, then you should be able to see
the connection recorded in the SQL Server error log, but there is no way to
know what the person actually did without more information (from an
application log, for example).

If the database is read-only, then there would be no transaction log records
(although since there's no supported way to view them, you would have to go
to Microsoft for help), and SELECT statements are not logged anyway.

Simon

Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2916
by: Cengiz Ulku | last post by:
Hi, I've already posted a question similar but will need some precisions and help. I have a rtf file displayed within a RTB control. Above it, I have a text box control with a scroller which helps me to increase/decrease numbers inside it by clicking. (There should be a shorter name for this control!!!) What I want is: Whenever I click the increase the number button, the
4
12368
by: Hal Vaughan | last post by:
I want to have a config file for my program, which means I need to know where the config file is. If I type: java myclass and it runs myclass.class, is there any way to obtain the location of the file myclass.class? Will this work if it's run from a relative path, like: java ../progs/myclass
3
573
by: Ryan | last post by:
We have an old database & server that is supposed to be used for reference only. Access to this is minimal and read-only. What I need to do is find out what a specific user did on a certain day. I know which user it was and I know the day, but I need to prove if they did anything on the server (fantastic if I can tell what they actually did). I'd like to be able to tell if they had logged on as well. We suspect that they looked up...
2
1162
by: Marco Martin | last post by:
Good Morning, I've created an application That uses SQL Server as its data source. I am now trying to create the Setup program. How can I go about finding the SQL server which is on a network, or letting the user point to it during setup? Is this possible, or do I need to create another project that would run first *during* setup? During development, I wrote the connection string to the registry. Now my problem is to find the sql...
2
6533
by: rossum | last post by:
I am using Visual C# Express Beta, though I suspect that my question has more to do with .NET than with C# specifically. I have written a form with a Web Browser in it. At the top I have a button bar. What I want to do is to have a button which searches for user-entered text in the HTML document in the Web Browser. When I run my form I can type Ctrl-F and up comes a standard Find dialogue box which does exactly what I want - the...
6
1895
by: Rhino | last post by:
What's the simplest way to determine which, if any, of my selectors are not needed in a given stylesheet? I have a small number of HTML pages that share two stylesheets; one stylesheet is for display purposes and one is for printing. I suspect that some of the selectors in my stylesheet are no longer needed due to deletions of parts of the HTML pages and would like to remove those selectors from my stylesheets. But I'd like to avoid a...
2
2853
by: ElkGroveR | last post by:
Hi there! I'm using PHP to create a simple, dynamic MySQL SELECT query. The user chooses a selection from a HTML Form SELECT element's many options and submits the form via a POST action. The SELECT query is built as follows: $itemtype = stripslashes(trim($_POST));
0
2167
by: U S Contractors Offering Service A Non-profit | last post by:
This Sunday the 26th 2006 there will be Music @ Tue Nov Inbox Reply Craig Somerford to me show details 9:54 pm (26 minutes ago) #1St "CLICK" HeAt frOm A blanket --http://mail.google.com/mail/?realattid=f_3n2tmv&attid=0.1&disp=inline&view=att&th=10f0d56e8cb478be 24 oct 2006
3
2277
by: Cartoper | last post by:
My application appears to have a recourse leak. When the user starts a background process, the handle count in Process Explorer (PE) goes up by about 10, sometime 1 or 2 more, sometimes 1 or 2 less. When the task is completed, there are somewhere between 4 and 7 handles still open. My process is loading images and shrinking them down. I went through all the code and found some objects that implement the IDisposable interface which I...
275
12412
by: Astley Le Jasper | last post by:
Sorry for the numpty question ... How do you find the reference name of an object? So if i have this bob = modulename.objectname() how do i find that the name is 'bob'
0
9671
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10433
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10212
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10161
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10000
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
4112
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3720
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2919
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.