Normal
I would suggest SQL Server Everywhere instead of SQL Server Express Edition as Everywhere does not require a server installation - just install the client app and a couple of DLLs if not installed already. Essentially, it is the SQL Server version of the Microsoft Jet DB Engine (Access). This will make the installation process much easier and less things can go wrong, similar to the current SQLite-style setup. However, this will depend on how the MP devs want to handle network DB access.http://msdn.microsoft.com/vstudio/default.aspx?pull=/library/en-us/dnvs05/html/sqleverywhere.aspSam
I would suggest SQL Server Everywhere instead of SQL Server Express Edition as Everywhere does not require a server installation - just install the client app and a couple of DLLs if not installed already. Essentially, it is the SQL Server version of the Microsoft Jet DB Engine (Access). This will make the installation process much easier and less things can go wrong, similar to the current SQLite-style setup. However, this will depend on how the MP devs want to handle network DB access.
http://msdn.microsoft.com/vstudio/default.aspx?pull=/library/en-us/dnvs05/html/sqleverywhere.asp
Sam