active questions tagged sql-server-compact - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T23:31:41Z http://stackoverflow.com/feeds/tag/sql-server-compact http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1868489/running-an-application-from-an-usb-device 1 Running an application from an USB device... Workshop Alex 2009-12-08T17:22:03Z 2009-12-08T17:50:15Z <p>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 connect to this service. The service uses the entity framework to connect to the database, which in this POC will just return a list of names. If it works, it will be used for a larger project.</p> <p>Creating the client and service was easy and this works well from USB. But getting the service to connect to the database isn't. I've found <a href="http://social.msdn.microsoft.com/Forums/en/sqlce/thread/180809ff-e5e5-4735-8f35-f0cc7c6cf838" rel="nofollow">this site</a>, suggesting that I should modify machine.config but that stops the XCopy deployment. This project cannot change any setting of the PC, so this suggestion is bad. I cannot create a deployment setup either. The whole thing just needs to run from USB disk.</p> <p>So, how do I get it to run?</p> <p>(The service just selects a list of names from the database, which it returns to the client. If this POC works, it will do far more complex things!)</p> http://stackoverflow.com/questions/1845686/converting-an-sql-server-database-to-an-sql-server-compact-database-and-back 0 Converting an SQL Server database to an SQL Server Compact database. And back... Workshop Alex 2009-12-04T08:46:44Z 2009-12-06T17:53:06Z <p>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.</p> <p>And I would also be able to convert the compact database back to a regular SQL Server database...</p>