Results 1 to 6 of 6

Thread: SQL CE to SQL Server Transfer..

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    SQL CE to SQL Server Transfer..

    Hi guys how do you transfer data from SQL CE to SQL Server and Vice Versa?

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    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
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    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?

  4. #4
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    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.
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: SQL CE to SQL Server Transfer..

    Thanks Pete..

  6. #6
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width