Hello,
I am currently busy to build a datawarehouse and I am importing data out of a linked server (Progress 9.1E).
I am working with SQL Server 2005.
I will get an error:
Msg 8114, Level 16, State 8, Line 1
Error converting data type DBTYPE_DBTIMESTAMP to datetime.
The problem occures when I am selecting records out of a table containing a (for SQL Server none valid) date field out of the Progress database. Some of the dates are before the minimum possible datetime in SQL Server.
At the msdn page ( about this error I found a solution but it won't help me because I need this column.
Solution:
Action
Remove the remote table column of DBTYPE_DATE data type from the query select list or predicate list.
Can someone give me a more reliable solution?
Thanks in advance,
Henky
I am currently busy to build a datawarehouse and I am importing data out of a linked server (Progress 9.1E).
I am working with SQL Server 2005.
I will get an error:
Msg 8114, Level 16, State 8, Line 1
Error converting data type DBTYPE_DBTIMESTAMP to datetime.
The problem occures when I am selecting records out of a table containing a (for SQL Server none valid) date field out of the Progress database. Some of the dates are before the minimum possible datetime in SQL Server.
At the msdn page ( about this error I found a solution but it won't help me because I need this column.
Solution:
Action
Remove the remote table column of DBTYPE_DATE data type from the query select list or predicate list.
Can someone give me a more reliable solution?
Thanks in advance,
Henky