Source Type 200 in SQL Server Import and Export Wizard?

后端 未结 8 836
南笙
南笙 2021-01-03 23:06

I am trying to import data from one database in a server to a new table in a different server, using SQL Server import and Export Wizard. (SQL Server Management Studio 2012)

8条回答
  •  轮回少年
    2021-01-03 23:59

    I was able to work around this by casting character fields as char(##) in the SQL and then changing the destination data types to varchar(##). The fields might need trimming before use, but the import works.

提交回复
热议问题