I am developing a fat client application. This application stores data locally and then updates information from a central repository. This client application is stored on a number of workstations. I have used SQL Server CE but found that it is a bit slow with regards to performance. I tested SQL Express and there is substantial performance improvement.
Is it OK to install SQL Server Express on a client machine? or is this more intended towards a server environment. Can I package SQL Server Express as part of the setup processes?