I am trying to migrate to MySQL using DST from STL Server 2000. This is the best tool I still know.
But there is a column with a time table type in a SQL Server tables, DTS suggests the following SQL code:
'Varsha' long Varbinary NULL, 'End date' long unlimited faucet,
should be:
date of start date, 'expiration date' date time zero ,
I make changes manually but DTS does not accept new scripts. IT says:
0x800040e14 HR result returned unexpected error. An error result was returned without an error message.
I have already solved the problem.
I followed the steps:
- Changing the suggested script changes Varbinary to datetime for a long time
- Any potential Do not worry about the warning message which
- this change will not reflect in the list of destination columns that still display the long type of barbows
- Go to Transformations, Check that there are distinction relationships in the column
if If E also has a problem, try:
- On the Transformation, click New
- Follow the instructions that provide all the information about the column and the relationships you make
This is the way thanks anyway!
Comments
Post a Comment