Link to home
Create AccountLog in
Avatar of chokka
chokkaFlag for United States of America

asked on

Database Conversion ( SQL to SQL )

I am working on Converting two different SQL Database. Both database has similar fields but Table Name / Column Name could be different.

For instance :-

Database 1                                    Database 2

Patient Table                                 Member Table

Fname                                           MemberName
Mname
Lname

What are your recommendation / steps to consider for doing database conversion ?
ASKER CERTIFIED SOLUTION
Avatar of Bill Bach
Bill Bach
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of chokka

ASKER

Thank you !!
Avatar of chokka

ASKER

Thanks