I'm a total newbie at this, so any advice or suggestions are more than welcome.
I need to create a SQL Server db that imports files from an Oracle db. We receive these files in .DAT form every month, that are zipped.
Does anyone know the best way to import this data? I can open the .DAT files in Excel, but the files are so large, that I end up missing data.
Also, I've run into a problem with Oracle's timestamp field, which is binary data. How can I convert this timestamp data into SQL Server's datetime data?
thanks soo so much...
I need to create a SQL Server db that imports files from an Oracle db. We receive these files in .DAT form every month, that are zipped.
Does anyone know the best way to import this data? I can open the .DAT files in Excel, but the files are so large, that I end up missing data.
Also, I've run into a problem with Oracle's timestamp field, which is binary data. How can I convert this timestamp data into SQL Server's datetime data?
thanks soo so much...