Hi
The source is a Progress database.
I've spoken to a colleague in the office and he suggested using a cursor to find the error, however when this employed, it returns a huge error message relating to various columns within the Progress database.
The error may be appearing because the Progress database (via the linked server) uses a different datestamp to SQL Server or because there is a problem with...
User Profile
Collapse
-
How to isolate a DBTYPE_DBTIMESTAMP to datetime error?
Hi I am trying to extract data using SQL Server 2005 from a table on an ODBC linked server using the following syntax:
select *
from [Server]..[Schema].[Table]
When I run the query the following message appears:
'Error converting data type DBTYPE_DBTIMEST AMP to datetime'
I know that this is because a date or dates have been incorrectly input into the source database (e.g. 200-06-01...
No activity results to display
Show More
Leave a comment: