Quantcast
Channel: CRM Development forum
Viewing all articles
Browse latest Browse all 8223

Date Showing Up Different in MS Dynamics CRM than that of SQL-Server

$
0
0

My string dates are as follows in YYYYMM format:

201008201009201010201011201012...

The following is my CONVERT statement in my stored procedure:

CONVERT(datetime,@FileName +'01',112)

my results are showing up fine in SQL-Server as follows

2010-10-012010-11-012010-12-01...

However, in MS Dynamics CRM they are showing up as the last day a month earlier (corresponding with the previous SQL-Server results) as follows:

9/30/201010/31/201011/30/2010...

What the heck is going on here?


Viewing all articles
Browse latest Browse all 8223

Trending Articles



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