Tagged Questions

0
votes
2answers
23 views

Converting an SQL Server database to an SQL Server Compact database. And back…

Simple problem. I have an SQL Server database (MyData.mdf) and I want to convert it to a Compact database. (MyData.sdf) Just can't find the proper tool which can do this for me. And I would also be …
1
vote
2answers
35 views

Running an application from an USB device…

I'm working on a proof-of-concept application, containing a WCF service with console host and client, both on a single USB device. On the same device I will also have the client application which will …