Database Connections

  • Hi All,

    My problem is that one application is fetching data from MS Access to SQL Server but some times the application goes down.I want to check the number of users and connections to a particular server and database.I want to know whether its SQL Server problem or not.Please Help.

    TIA

  • What type of application you have written?

  • Its a java application which fetches the data from MS ACCESS and imports to SQL server database.

  • Web Application? If yes check the session timeout value.

  • Hello,

    You can execute sp_who2 to see the connections of the Database.. another way is to use the Activity Monitor.

    Regards

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

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