I created a program that uses a SQL Server database to store data. After some time (and a lot of saved data), I realized that I do not need a database on the server, a local database working without a server can do this job.
Now I need advice on how to export, convert, or whatever, a SQL Server database to a local (sdf) database? I am using VS 2010 and SQL Server 2008, I also have SQL Server Management Studio.
source share