I want to copy programmatically the SQL Server Compact database (.sdf file) into another database (.sdf file) using C#.
Just schema without data (I mean creating empty database with same schema)
Is it possible? If so, how can I do this?
Have a empty (template) database file handy, and copy it when required.