[font="Arial"]
Dear All,
I am preparing for a new assignment of data migration. I would like to take your help and advice to achieve the data migration in best way.
Case is like
Source database is SQL Server 2000 and target would be SQL Server 2005. The source database is entirely de-normalized. A Table which stores the data, which needs to be migrated, in key-value format. Ex.
PageIDColumnsValue
1FNameXYZ
1Phone12344545234
1EmailIDabc@lmn.com
1AddressAsdfasdfasdfas
And target database tables will be like
Basic information
PAgeID FnamePhone EmailID
1XYZ12344545234abc@lmn.com
Address information
PageIDAddress
1Asdfasdfasdfas
A single table values are gone to two different tables.
I am trying to achieve this with T-SQL Script. Please let me know if you know any better way to that.
Thanking you in advance.
[/font]