Home > Archive > MS SQL Server > February 2006 > Activity Captured by profiler









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Activity Captured by profiler
Double_B

2006-02-28, 8:23 pm

Hi

Does the profiler catch every activity on the server. I mean what about
the various username & password screens , dont you think then its a
threat to security .

& I wanted to knw how to get the last 10 SQL Statments issued by the
users client to the SQL Server.

dbcc inputbuffer (spid) gives us the last statement how to get a
history of statments by a SPID.


Thanks

John Bell

2006-02-28, 8:23 pm

Hi

Profiler will not display sensitive data such as passwords etc. If you are
worried about passwords and usernames you should also use protocol encryption
between client and server.

You can use a filter in profiler to restict information display to a given
SPID or use the search options to jump between entries for a given SPID.

John

"Double_B" wrote:

> Hi
>
> Does the profiler catch every activity on the server. I mean what about
> the various username & password screens , dont you think then its a
> threat to security .
>
> & I wanted to knw how to get the last 10 SQL Statments issued by the
> users client to the SQL Server.
>
> dbcc inputbuffer (spid) gives us the last statement how to get a
> history of statments by a SPID.
>
>
> Thanks
>
>

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2009 droptable.com