|
-
Mar 18th, 2010, 04:32 AM
#1
Thread Starter
Hyperactive Member
SQL CE to SQL Server Transfer..
Hi guys how do you transfer data from SQL CE to SQL Server and Vice Versa?
-
Mar 18th, 2010, 06:09 AM
#2
Frenzied Member
Re: SQL CE to SQL Server Transfer..
Depends on what you mean.
Replication for live systems for keeping data in sync.
I have a product (RemoteSQLCe) which I use for generating databases/data from SQL Server/Access.
There is a great free product from Erik Jensen for moving data from one base to another base here
-
Mar 18th, 2010, 09:09 PM
#3
Thread Starter
Hyperactive Member
Re: SQL CE to SQL Server Transfer..
Does it create an exact copy of database? What if i want to filter the content and pass only the data that i need?
-
Mar 19th, 2010, 02:06 AM
#4
Frenzied Member
Re: SQL CE to SQL Server Transfer..
RemoteSQLCe does what you want (but it isn't free) - Primeworks also have offerings (also not free)
You would have to look at the details of SQL Compact command line tool
Erik Jensen has a comprehensive list here
Last edited by petevick; Mar 19th, 2010 at 02:10 AM.
-
Mar 19th, 2010, 02:38 AM
#5
Thread Starter
Hyperactive Member
Re: SQL CE to SQL Server Transfer..
-
Apr 12th, 2010, 10:27 AM
#6
Re: SQL CE to SQL Server Transfer..
We create VIEW in MS SQL SERVER that "respect" the simpler datatypes in SQL CE and we have a general routine that "reads" the schema of the views and makes those tables in the SQL CE database.
That's a really simple way to achieve at least one-way direction.
For write back to the MS SQL SERVER from the PPC we have a dirty flag we set in the SQL CE tables that allows us to run SERVER-SIDE SPROCS from the PPC for "the other direction".
Do you leave with a copy of SERVER-SIDE data that can be updated in 100% of all the ways possible on the PPC?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|