I have a asp.net mvc with sql Server compact application which hosted in a shared-host, Now my question is: How i can connect to remote Sql ce which hosted in shared-host from my desktop and manage that? or execute entity framework migration scripts?
Asked
Active
Viewed 257 times
1 Answers
1
You cannot connect to SQL Server Compact remotely, but if you have console access you can use a tool like sqlcecmd or the standalone SQL CE Toolbox to manage the database

ErikEJ
- 40,951
- 5
- 75
- 115
-
With sqlcecmd or the standalone SQL CE Toolbox i can manage and run scripts Remotely? – user197508 Apr 02 '14 at 08:04
-
1No, you must be logged in to the desktop/command line of the hosted server – ErikEJ Apr 02 '14 at 08:33