Hello all,
What is the best way to import SQL Server dump(Backup) from a client machine to a server using
Java ? Is this even possible ? Once I have access to this backup, I plan to restore this backup into a Oracle databse. Basically converting Sql server database into a Oracle data. I was hoping to use Java. Could anyone suggest/guide me in the right direction ? Are their any security implications I must take into consideration ?
Thanks a lot.