This is a sql datatype problem
Hello
I am a junior programmer and new member of this forum
I want to ask a question
I have these two columns in sql 2000 server
trx_date char(8)
trx_time char(6)
And now, I imported this database to sql 2008
and want to copy those two columns' record to a new column call
trx_datetime (datetime)
Please guide me , thanks