Groups | Blog | Home
all groups > sql server clients > december 2003 >

sql server clients : Log !



Andy Svendsen
12/24/2003 10:07:29 AM
Queries aren't logged. The logs is for storing transactions such as
UPDATEs, INSERTs and DELETE. There is no consistency that needs to be
maintained with a SELECT. If it runs, it runs. If it stops that's it It
doesn't make changes to a table. That is why you would need Profiler. You
know, you can save the transactions to a file for review in query analyzer.
Maybe that would help.

If you wish to monitor logged transactions, there is some third party
software out there. I have no experience nor recommendations with any.
Lumigent is one company I've heard of who makes log explorer.

Good luck.

Ray Higdon
12/24/2003 10:26:06 AM
I don't believe any product by Lumigent will allow you to track select
statements.

--
Ray Higdon MCSE, MCDBA, CCNA
---
[quoted text, click to view]

Andrew J. Kelly
12/24/2003 10:40:40 AM
One that may help with this is from http://www.sqlpower.com/. This allows a
slimmed down profiler type monitoring but from a network perspective. You
would have to have it running to see what happened though as it can not look
back in time.

--

Andrew J. Kelly
SQL Server MVP


[quoted text, click to view]

Noorali Issani
12/24/2003 4:25:50 PM
Dear Professional,

I wanna know all the query which has executed by specific user, like i have
a user name "noor" and I wanna know that from yesterday noor has executed
which queries and I don't wanna use Profiler, any help in this regard ?

Waiting for your reply !

Noor







Subhash Raut
12/26/2003 2:29:51 AM
Hi there is good software
Audit SQL Server Database Activity with
SQLAudit from ApexSQL Software
try this
but still it does not track the select statements

[quoted text, click to view]
subhash raut
12/26/2003 2:30:54 AM

sorry forgot to give the web address
http://www.sql-server-
performance.com/auto_audit_2_spotlight.asp
regards
Subhash Raut
[quoted text, click to view]
AddThis Social Bookmark Button