Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting TIMESTAMP from DB2

Status
Not open for further replies.

ton12

Programmer
Mar 9, 2005
58
GB
I have a table with two TIMESTAMP data type columns
from a DB2 database. I need to convert it to SQL
Server.

I understand that only one TIMESTAMP
column per table is allowed.

Any suggestion as to how this conversion with two
TIMESTAMP columns can be converted to a SQL Server table?

Thanks.
Ton
 
I haven’t worked with DB2 since the previous millennium but if memory serves me right the timestamp field in DB2 should convert to a datetime on MS SQL
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top