Hello ,
1.Is there a way to generate an .sdf (SQL CE DB) from an existing SQL Server 2005 DB?
So that the sdf file has the same tables and data as SQL server 2005 DB.
2.Is there a way to copy data in Excel file to an .sdf file (SQL CE DB)?
Thanks,
Rookie
Some of the tools from www.primeworks-mobile.com should be able to help you. Also, you can pull the tables from the server with RDA, but you may have to recreate constraints.
Excel data: One solution would be to import Excel data to a SQL Server table, and use the options described above.
|||Hello Erik,
Thanks for the info on tool.
Hope future versions of SQL management studio come with this functionality.
Thanks,
Rookie
|||According to MS, a "Data Migration Wizard" will appear in the SQL Compact 3.5 timeframe, which should be abel to perform schema and data migration.|||Refer to http://sourceforge.net/projects/sqlceviewer/It is a utility to do just what you want.
No comments:
Post a Comment