MagedSalah


Hello everybody,

Can anyone give the best way to transform data from a DB on sql server 2000 to a DB on sql server 2005

Note: - the source DB and the destination DB are different in their structure

- We need the conversion way to be scripted to can be done on different site.

thanks





Re: Transform data from DB on sql server 2000 to another on sql server 2005?

NigelRivett


Depends on what you need to do.

Could be best to use SSIS, DTS, bcp the data out and in, copy via a linked server or openrowset, write a VB, C, .net application, ...






Re: Transform data from DB on sql server 2000 to another on sql server 2005?

MagedSalah

Thank you for your reply

but i need more details ..........

i know that i can use DTS but DTS edit button disabled when i mapp two tables in the source and destination DB ....

I heared about using SSIS in sql server 2005 ..... but i don't know if it is suitable my transformation case or not ....

I don't know what u mean by "bcp"

Thanks