Bench Test

  • Hi All

    Is there any scripts that you can run to see if SQL or MSDE is working ok, i work for a company which installs MSDE and SQL in some schools, they use a program to convert/update the SQL db from DB 3 files, some work ok, others seem to hange, but if we copy all the files required to a latop then it works fine, i was just wondering if someone has some script that runs on SQL or MSDE which show how SQL is performing.

    Thanks

  • If you have a connection to the server using Query Analyzer, running sp_who2 and sp_lock can show you if the process is stil running.

    Hope this helps

    Phill Carter

    --------------------

    Colt 45 - the original point and click interface

    --------------------
    Colt 45 - the original point and click interface

  • Microsoft's own clustering software just executes 'SELECT @@SERVERNAME' to see if an instance is alive.

  • Thanks, i will give it a try when i go back to a school

Viewing 4 posts - 1 through 3 (of 3 total)

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