I'm wondering what the key differences between using a SQL Server Compact database (.sdf
) and a full fledged database like for example SQL Server Express are?
Are there any major performance issues, and if so, how big can the compact database get before starting to notice this?
When starting projects I find using a compact database a simple, straight forward and clean solution, when should I convert and move over to a dedicated database?