Well, I don't have anything to guess anymore. However you said that this is
a SQL Server 2005 Express Edition. So, in this edition of SQL Server the
"AutoClose" property is true by default. And because of this property, when
the last connected user disconnects, your database is closed and all
resources allocated for it is freed.
I think you get this error when another user tries to connect to this
database so it's opened again and you get this error somehow.
If this database is being used frequently and if you have enough resources
to allocated for this instance of SQL Server then how about setting this
AutoClose property to False? You can find this property in that database's
properties\Options.
This just a suggestion, not a solution.
--
Ekrem Önsoy
"Brandon"
discussions.microsoft.com> wrote in message
news:D97F0409-1B63-4E7D-875B-354E6E49A78E@microsoft.com...
> Thanks again for your help.
>
> It is a member server and hosts two applications...