ssis - How to change date time MDS format? -


we working microsof ssis ,when loading data in mds ( master data services ) , facing following issue

the date concatenated time.

example [1]:

      date      time yy : mm : dd : 00 : 00 :00 

what want following format (the date without time part)

   date       yy : mm : dd  

we have used date mask not working expected .

how resolve issue ?


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -