Hi!
I developed an application for importing data from an excel file to a sql table using openrowset.My problem is that some values are 'truncated' somehow.
For example,a value from the excel file like: 87987845 will appear in the sql table like: 8.79878e+007.Can somebody help me with this?
Thanks in advance!
I developed an application for importing data from an excel file to a sql table using openrowset.My problem is that some values are 'truncated' somehow.
For example,a value from the excel file like: 87987845 will appear in the sql table like: 8.79878e+007.Can somebody help me with this?
Thanks in advance!