0

I have to transfer data from old database to new database where table name and column name is different. Can it be done with DOS command or any other solution? One is POSTGRESQL and old is MYSQL.

My concern is table name and column names are different, column number is same. Thank you

1 Answer 1

1

I do not know the postgresql part but for sql server you can use sqlcmd.exe to export data as text format with or w/o column names

Please check

http://msdn.microsoft.com/en-us/library/ms162773.aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.