For the last couple of days I have did some research to see if using the Full Text search indexing features in SQL Server 2005 Express would cause much overhead in the actual database file since there is a 4 GB limit with this version. I did not want to plan solutions around SQL Server Express using Full Text if the limit could not handle it.
During the process I ended up posting three new tips on my site www.HintsAndTips.com:
SImple getting started with full text uisng the Express version
Helpful Info on SQL Express 2005 when first using Full Text Search!
Reminder to set the maximum memory limit in SQL Server
MS SQL Server 2005 - Make sure to manage memory!
Possible hidden problems using the Express version for databases over 1 GB
Planning large databases with SQL Server Express..
Overall, I am not sure I will count on using SQL Server Express for any large databases...