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.
> Thanks again for your help.
>
[quoted text clipped - 91 lines]
>> >> >> >
>> >> >> > Thank you in advance.
Thanks for all your help Ekrem, even if your sugestion does not solve the
problem the logs will look a lot better untill I can find a proper solution.
I posed this Q to a lot of SQL admins and you have by far been the most
helpfull.
Thanks!
> 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
[quoted text clipped - 107 lines]
> >> >> >> >
> >> >> >> > Thank you in advance.
Ekrem Önsoy - 27 Jul 2008 10:16 GMT
Can you send me the SQL Error Log which contains this error? My email
address is "ekrem AT compecta DOT com".
Maybe we can find something there.

Signature
Ekrem Önsoy
> Thanks for all your help Ekrem, even if your sugestion does not solve the
> problem the logs will look a lot better untill I can find a proper
[quoted text clipped - 134 lines]
>> >> >> >> >
>> >> >> >> > Thank you in advance.
Ekrem Önsoy - 28 Jul 2008 09:03 GMT
Brandon,
Regarding to this message in your error log:
SQL Server has encountered 1 occurrence(s) of cachestore flush for the
'Object Plans' cachestore (part of plan cache) due to some database
maintenance or reconfigure operations.
When the database is set to AUTOCLOSE = ON, an operation that initiates an
automatic database shutdown clears the plan cache for the instance of SQL
Server. Clearing the plan cache causes a recompilation of all subsequent
execution plans and can cause a sudden, temporary decrease in query
performance. In SQL Server 2005 Service Pack 2, for each cleared cachestore
in the plan cache, the SQL Server error log contains the following
informational message: "SQL Server has encountered %d occurrence(s) of
cachestore flush for the '%s' cachestore (part of plan cache) due to some
database maintenance or reconfigure operations". This message is logged
every five minutes as long as the cache is flushed within that time
interval.
(http://msdn.microsoft.com/en-us/library/ms174269.aspx)
Other issue: FCB::RemoveAlternateStreams: Operating system error (null)
occurred while creating or opening file 'C:\Program Files\Microsoft SQL
Server\MSSQL.4\MSSQL\Data\Bagshaw200801_Data.MDF'. Diagnose and correct the
operating system error, and retry the operation.
According to my investigation, this error occurs when a backup, antivirus
etc. software is installed on the SQL Server server and those products
somehow causes this problem. So, I'll suggest you to revise your installed
softwares and services which has a function like backup and antivirus
softwares. OneCare (antivirus), LiveVault (backup software) etc. can cause
this problem and its variations. Check out the Services MMC (start\run:
services.msc) and task manager to see running processes to find a track this
kind of softwares.
This is all I can do, I hope it helps.

Signature
Ekrem Önsoy
> Thanks for all your help Ekrem, even if your sugestion does not solve the
> problem the logs will look a lot better untill I can find a proper
[quoted text clipped - 134 lines]
>> >> >> >> >
>> >> >> >> > Thank you in advance.
Brandon - 29 Jul 2008 12:31 GMT
Thanks a lot for all your help Ekrem.
> Brandon,
>
[quoted text clipped - 170 lines]
> >> >> >> >> >
> >> >> >> >> > Thank you in advance.