I just installed SQL Server 2022 and doing some testing and found that I cannot export any tables using the Import and Export Wizard. Went online and saw one of the CU updates fixed other known issues with the wizard and even through they were not exactly like mine (column conversion issues), I applied the latest CU3 and still have issues. I get the error:
The data type could not be assigned to the column "SpatialLocation" in Microsoft OLE DB Provider for SQL Server
I have the same exact AdventureWorks2019 database on my SQL Server 2016 and can run the export no problem to the same destination server so I'm wondering if it's a SQL Server 2022 trying to export to a SQL Server 2016 machine. Anyone else experience this issue?
Installed CU3 to my SQL Server 2022 and trying to use the Import and Export wizard to export a table to a SQL Server 2016.