Source Type 200 in SQL Server Import and Export Wizard?

后端 未结 8 839
南笙
南笙 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:57

    With a bit of experimentation this error only seems to occur when you have a query as the source. The accepted answer did not work for me as copying to a flat file would result in the same error.

    To solve this I put my query into a View then selected Copy From one or more Tables Or Views instead of Write a query....

    I went through the wizard normally after that and my data went through with no error

提交回复
热议问题