How can I copy a table from an SQL Server CE 3.5 database to another (also CE database) in Visual Studio 2008, using the design tools?
Note: When right clicking on a table there is a "copy" command, but I couldn't find any "paste" command so far...
How can I copy a table from an SQL Server CE 3.5 database to another (also CE database) in Visual Studio 2008, using the design tools?
Note: When right clicking on a table there is a "copy" command, but I couldn't find any "paste" command so far...
Whether by intent or not, Microsoft has made it difficult to perform common tasks with SQL Server CE 3.5.
Here is a way to do what you are looking for:
This tool also supports scripting the table inserts (if you want to copy the data):