If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Data migration

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-28-10, 08:32
nikolov.inn nikolov.inn is offline
Registered User
 
Join Date: Sep 2010
Posts: 1
Data migration

Hello ,
I don't know if this post is for here, if it is not , I am sorry for the mistake!
I am working on .NET project and I use Entity Framework and SQLServer. I need some suggestions of that how I can migrate the data from the current version of the database to the new one. That means that the database schema may be different ( new columns , deleted columns , renamed tables/columns, ).
In order my question to be clearer formed I will give you a simple scenario :
we have a databases oldDb and modified database newDb. In oldDb we have table Customer with Name and Age properties (String , int) but in the new version of our database (newDb) we changed the property 'Name' in the Customer tabel to a complex type, wich is consists of two Strings (FirstName , LastName).

So can you give me some possible strategies or solutions for that??
Thank you in advance!

Best regards , Ivan
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On