2
I have a database on an SQL Server Web Edition (64-bit) server (11.0.5556.0) and need to export it to a server with SQL Server Express Edition with Advanced Services (64-bit) (10.50.4297.0).
When exporting data using SQL Server Export and Import Wizard it encounters the following error:
I’m thinking the error happens when converting 'datetime' fields to 'smalldatetime'
The date format in the error field (Lastlockoutdate) is this:
And when I export the bank and click on preview of how it will be after exported the format is like this:
If you need any more information, please comment below, I edit the question.
I’ll put it as a comment because I don’t know if it would give a good answer. But I’ve had this problem. And to solve I exported the data from the database to an excel spreadsheet and then imported the data from the spreadsheet to another server. That way it works more smoothly. I don’t know if it would help you, but it wouldn’t hurt to try.
– Érik Thiago