I am trying to import/export data from one database in a server to a new table in a different database,
using SQL Server import and Export Wizard. (SQL Server Management Studio 2008)
I choose "Write a query to specify data transfer" option.
While Importing/Exporting the source table column val3 Data type changed from "time to -1 " and unknown column type conversion error occurs.
If i choose "Copy From data one or more Tables Or Views" table copies successfully without error and the data
type remains unchanged.
How to solve the error with choosing "Write a query to specify data transfer" option?