Backup complex SQL Server 2008 Data into SQL Server Compact Edition (sqlce)?

1) You can generate a script using Entity Framework, but this might only be available in VS 2010. Just right click in the EF model and select Generate Database from Model. Then you can connect to a database and run the script to generate the tables.

Be aware that this will also change your associations in EF for that model and 'hook' it to the new database.

You can use my command line utility Export2sqlce to script the entire Server database in SQL Compact compatible SQL script: http://exportsqlce.codeplex.com.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions