Вопрос

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?

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top