Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Converting Oracle date type to SQL Server date type

$
0
0

Hi guys, what is your experience when extracting oracle dates to SQL server?

My goal is to extract a Date type from Oracle to SQL Server Date type but I'm getting "Invalid date format", so I need to convert it with TO_CHAR(oracle_date,'YYYYMMDD') to a varchar(8) field in SQL server and then convert it to a date.

I would like to extract it directly as date without having to make this double conversions.

Thank you


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>