Click here to Skip to main content
15,910,121 members
Home / Discussions / Database
   

Database

 
AnswerRe: .NET raises Native exception in SQL Compact on WinCE Pin
Covean15-Mar-10 3:42
Covean15-Mar-10 3:42 
GeneralRe: .NET raises Native exception in SQL Compact on WinCE Pin
hairy_hats15-Mar-10 4:46
hairy_hats15-Mar-10 4:46 
GeneralRe: .NET raises Native exception in SQL Compact on WinCE Pin
Covean15-Mar-10 4:57
Covean15-Mar-10 4:57 
GeneralRe: .NET raises Native exception in SQL Compact on WinCE Pin
hairy_hats15-Mar-10 5:09
hairy_hats15-Mar-10 5:09 
GeneralRe: .NET raises Native exception in SQL Compact on WinCE Pin
Covean16-Mar-10 0:16
Covean16-Mar-10 0:16 
QuestionSheduling for send Mail Pin
lrsalunkhe14-Mar-10 20:50
lrsalunkhe14-Mar-10 20:50 
AnswerRe: Sheduling for send Mail Pin
Mycroft Holmes14-Mar-10 22:47
professionalMycroft Holmes14-Mar-10 22:47 
QuestionTranslate data from one schema to another Pin
treefirmy14-Mar-10 10:37
treefirmy14-Mar-10 10:37 
I know it is possible to use SSIS and other tools to translate data from one schema to another but does anyone know of any well-known patterns or code examples of doing this?

One wrinkle to the problem is that the original constraints, foreign keys, unique keys, etc., were not enforced at the database level and so translation has to consider this. In other words, fix things up as best as possible by doing things like inserting rows into parent tables when foreign keys are missing.

The data in question isn't very large; a max of around 200MB.

The spec would like the solution to be in two phases, one to translate into the new schema with data written out to the file system and another phase where the data is loaded into the new database, MS SQL Server.

Unless there is a free tool that can do this and do it well, the solution will need to be hand coded. Someone had already looked at using a mapping tool with poor results.
AnswerRe: Translate data from one schema to another Pin
Mycroft Holmes14-Mar-10 12:40
professionalMycroft Holmes14-Mar-10 12:40 
GeneralRe: Translate data from one schema to another Pin
treefirmy14-Mar-10 13:38
treefirmy14-Mar-10 13:38 
GeneralRe: Translate data from one schema to another Pin
Mycroft Holmes14-Mar-10 14:45
professionalMycroft Holmes14-Mar-10 14:45 
GeneralRe: Translate data from one schema to another Pin
treefirmy14-Mar-10 15:54
treefirmy14-Mar-10 15:54 
GeneralRe: Translate data from one schema to another Pin
Mycroft Holmes14-Mar-10 16:48
professionalMycroft Holmes14-Mar-10 16:48 
GeneralRe: Translate data from one schema to another Pin
treefirmy14-Mar-10 17:10
treefirmy14-Mar-10 17:10 
GeneralRe: Translate data from one schema to another Pin
Mycroft Holmes14-Mar-10 17:46
professionalMycroft Holmes14-Mar-10 17:46 
GeneralRe: Translate data from one schema to another Pin
treefirmy14-Mar-10 18:00
treefirmy14-Mar-10 18:00 
GeneralRe: Translate data from one schema to another Pin
Mycroft Holmes14-Mar-10 18:15
professionalMycroft Holmes14-Mar-10 18:15 
GeneralRe: Translate data from one schema to another Pin
treefirmy14-Mar-10 18:23
treefirmy14-Mar-10 18:23 
GeneralRe: Translate data from one schema to another Pin
Jörgen Andersson14-Mar-10 23:27
professionalJörgen Andersson14-Mar-10 23:27 
QuestionCalling Oracle Function via Linked Server returns error [modified] Pin
Ph@ntom14-Mar-10 2:13
Ph@ntom14-Mar-10 2:13 
AnswerRe: Calling Oracle Function via Linked Server returns error Pin
Mycroft Holmes14-Mar-10 14:55
professionalMycroft Holmes14-Mar-10 14:55 
GeneralRe: Calling Oracle Function via Linked Server returns error Pin
Ph@ntom14-Mar-10 19:19
Ph@ntom14-Mar-10 19:19 
QuestionSample datamodel for marketing promotion Pin
anushh13-Mar-10 20:52
anushh13-Mar-10 20:52 
AnswerRe: Sample datamodel for marketing promotion Pin
Mycroft Holmes13-Mar-10 23:55
professionalMycroft Holmes13-Mar-10 23:55 
AnswerRe: Sample datamodel for marketing promotion Pin
Andy_L_J14-Mar-10 1:32
Andy_L_J14-Mar-10 1:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.