Since MS now offers SQLce (Compact edition) in addition to SSE (Express) - I'm curious if any of you who might develop single-user database applications might consider using this over Express - for a desktop application?

http://blogs.msdn.com/stevelasker/ar...whereInfo.aspx - interesting read (although lengthy)...

MS comparison info http://www.microsoft.com/sql/edition...omparison.mspx

I've recently used SQLce for a mobile app - it's very nice for a pure data storage tool. And it runs in the processor space of your application itself - as opposed to a service - making it much lighter weight.

...

[Mods] Please don't move this thread - I am curious about the .Net developers in regard to this question

...