I am looking to purchase data from our local County Gov office who supplies the data as a flat file where we parse it based on character position into our current SQL Server database.
But I would rather take the data directly from some sort of Export from Oracle ( The counties Database is Oracle) then using Microsofts Data Import bring this directly into my SQL Server 2008 database.
Is there such a possibility or what is the best method/practice to achieve this goal? Are the tools present in the Export from Oracle and Import to SQL Server? OR do I need consider purchasing conversion software or programing the solution?
The reason not to use the flat file is that we only target some of the values not the whole database which I would like to import for added resources in our project.
Sorry for not being more clear in my description/question