How to build SQL CE Database on desktop?

H

Heng Cao

Hi, All,

How to build SQL CE Database on desktop?
e.g.
if I need build 10 different SQL CE databases
on desktop, is there any way to do it in batch?

Any ideas are welcome.

Thanks in advance.

-Hank
 
P

Peter Foot [MVP]

There is currently no way to build an SQL CE Database on a desktop PC. You
could build your database in SQL Server and then use SQLServer CE's built in
support for synchronising with SQL Server to push that structure down to the
device. You need to ensure you have the appropriate client licenses for SQL
Server to do this.

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
Handheld Interactive Reference Guides
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top