Is there a compact or express SQL Server version that I can package with my WinForms app & is free?

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2009-10-06T05:47:03Z Indexed on 2010/05/16 0:50 UTC
Read the original article Hit count: 401

Filed under:
|
|
|

Hi,

Is there a light weight version of SQL Server I could use that has the characteristics of:

  1. Free (assuming my winforms app is semi-commercial)
  2. Can be seemlessly packaged for deployment as part of the winforms click-once application? (i.e. ease in installation for the user).
  3. Light weight for the user (ideally something that just runs when the winforms application that uses it is running - but better than using XML sererialization for persistance).

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql-server