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)| +-----------------------------------------------------------------------------+ I want to change the types for the new table