Summary
If the document window is configured to display thumbnails, opening a document may take a long time when using Microsoft SQL Server 2005 Express Edition.
Cause
By default, SQL Server 2005 Express Edition enables the AUTO_CLOSE option for new databases. This option automatically shuts down databases without active connections. This option can negatively impact performance as SQL Server 2005 Express Edition will continuously start and shut down your Laserfiche repository's expansion databases as users open and close documents.
Resolution 1
There is a hotfix available for Laserfiche 7.2.x. The fix disables the AUTO_CLOSE option when creating new expansion databases.
To update Laserfiche 7.2.x
sqlcmd -E -S SQLExpressInstance -d "DatabaseName" -i "PathToscr30054.sql"
SQLInstance is the name of your SQL Server Express instance name.
DatabaseName is the name of the main SQL database associated with your Laserfiche repository.
PathToscr30054.sql is the full path (including the file name and extension) to the extracted scr30054.sql file.
You must manually disable the AUTO_CLOSE option for your existing expansion databases. Please see Resolution 2 for the appropriate procedure.
Resolution 2
Disable the AUTO_CLOSE option on all the expansion databases.
To disable the AUTO_CLOSE option using SQL Server Management Studio