Hi,
There was an upgrade from SQL Server 2000 to SQL Server 2005, now one of the executable is failing. It imports into a tables that had a numeric datatype before but now it seems to rejectnumbers with exponential sign but once it is changed into varchar, it works. Are there any other options aside from changing the datatype in SQL Server 2005 aside from changing the datatype for the base table. Any suggestions or comments would be helpful.
Thanks.