Data formatting problems
dhanjel
Posts: 4
In the database we have the data type DateTime on a field and it is presented in the database as 2010-01-25 10:12:11.234
Some combinations of collations and/or locale settings on computers requires that there are no lines in the date-strings.
Is it possible to remove the lines between YYYY-MM-DD in the script generated from sql packager?
Some combinations of collations and/or locale settings on computers requires that there are no lines in the date-strings.
Is it possible to remove the lines between YYYY-MM-DD in the script generated from sql packager?
Comments
is there any known workaround for this problem?
We've tried to alter the locale settings with no luck.
Alternatively, could you tell us what collations/locales don't work?
However, if we generate the scripts, and then change the dates manually to yyyymmdd it works (when running the scripts manually).
The problem is that we generate an exe file with your tool and we have no way to change the dateformat to yyymmdd.
Is there any known workaround ?
Best regards
Daniel
For more information and a download link, see
http://www.red-gate.com/messageboard/vi ... hp?p=35709