Hi folks.
Here's the problem:
I have a project that needs to be migrated to Microsoft SQL Server 2008.
We have data in text files for the Oracle SQL Loader and now we need to get that data into the SQL Server DB.
I could write a program that converts everything into INSERT statements but there has to be a more comfortable way to so this.
Any suggestions?
PS: I don't think my company wants to buy additional Software to do this job so that's out.