Source Type 200 in SQL Server Import and Export Wizard?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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) In the wizard, I checked "Write a query to specify the data to transfer", and the SQL statement returns data containing the following four columns: +-----------------------------------------------------------------------------+ | ID(varchar(100)) | Title(text) | Description(text) | IsActive(tinyint)| +----------------------------------------------------------------------