monitoring direct transactions thru isqlw

  • hi,

    We are using sql server 2k as backend for our ISP billing system. Our ISP manager wants to view all transactions that are made directly through queries by dba & his assistant (and not by the front-end application).

    What is the best way to do it?

    regards,

    -Faisal


    Regards,

    -Faisal

  • sql profiler can help, use application name as filter

  • Sql profiler is a temporary solution. I want a permenant solution like anybody who is reading/ writing to database through isqlw at anytime, their queries should be logged.

    Any suggestions?


    Regards,

    -Faisal

  • also in that case you can use profiler to generate the script so you can capture all sql to a file.

    Start profiler, create a trace and then save it as sql-trace-script.

    This has less overhead then using the gui.

    There are # of softwares (Quest software \ CA \ ... ) on the market to perform this monitoring. They ALL have an impact / overhead serverside, but have the advantage of build-in reportingfeatures. So that is a budget-factor

     

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

  • buy Entegra from Luimgent (www.lumigent.com)

  • thanks, but isn't there any way in mssqlsrv to do this without any overhead?


    Regards,

    -Faisal

  • yes, Entegra could be scheduled to run only at night or each 4 hours, minutes, ...

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply