Classic ASP application experiencing SQL Server “Timeouts” and “SQL Server does not exist or access denied”

后端 未结 3 1693
梦如初夏
梦如初夏 2021-01-18 04:02

We\'ve been seeing this problem for a while now and I\'m really trying to wrap my head around what\'s causing it.

A couple of times a day we\'ll see periods where we

3条回答
  •  轮回少年
    2021-01-18 04:42

    The times I had such problems, always had to to with someone holding the data open in a client application without commiting a 'select ..' statement.

    Don't know if this solves your problem here... though.

提交回复
热议问题