August 3, 2006 at 8:18 am
Hi,
Can anyone explain how we can reduce Audit Logout time. I checked in SQL Profiler Audit Logout is taking nearly 1.2 Million Seconds.
Thanks in advance
Vijay Sagar K
August 3, 2006 at 2:00 pm
wow 1.2 Million Seconds
Are all transactions properly committed before logging out? All locks are freed? All cursors are properly closed & deallocated?
Is this with each connection?
August 4, 2006 at 12:19 am
The time you see there is the sum of the duration that particular SPID was connected. It has nothing to do with the time it takes to close the connection.
Don't worry
August 4, 2006 at 7:43 am
You could always log out before doing anything. That should reduce it to zero.
Smile. It's Friday!
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply