Familiar with using the following to convert dates within Sql Query Analyzer;
convert(varchar,START_DT,110) SeriesStartDt
Question - How do I convert a exponential number to a non-exponential number?
Currently, when I run the query in SQL Query Analyzer and then import the results into Microsoft Access, there is data missing. Missing data includes numbers in exponential format and some date fields.
convert(varchar,START_DT,110) SeriesStartDt
Question - How do I convert a exponential number to a non-exponential number?
Currently, when I run the query in SQL Query Analyzer and then import the results into Microsoft Access, there is data missing. Missing data includes numbers in exponential format and some date fields.