About 2,090,000 results
Open links in new tab
  1. Review Data Type Mapping (SQL Server Import and Export Wizard)

    Feb 28, 2023 · You can't change data type mappings on the Review Data Type Mapping page. However, you can click Back to return to the Select Source Tables and Views page, and then …

  2. Data Type Conversions in SQL Server Data Import Wizard

    May 7, 2025 · I want to import the raw data from the tab into a staging table in the database, and from there run SQL scripts to transform (normalise) the data and load it to its final schema. In …

  3. What To Do When the Import and Export Wizard Fails - Part I …

    Jun 13, 2013 · One way to solve the issue is to specify a maximum length allowed for each data type. For example, for the string [DT_STR] data type you can specify 8000. This is how it …

  4. How to import/export data to SQL Server using the SQL ... - SQL

    Oct 27, 2017 · On the Select Source Tables and Views page, click the Edit Mappings button to open the Column Mappings dialog box and, from there, change the data type. After the data …

  5. Column Mappings (SQL Server Import and Export Wizard)

    Feb 28, 2023 · After you select the existing tables and views to copy or review the query that you provided, if you click Edit mappings, the SQL Server Import and Export Wizard shows the …

  6. sql server - SSIS Excel Import Forcing Incorrect Column Type

    To fix this changing the excel data type is one of the solution. In Excel Copy the column data and paste in different file. Delete that column and insert new column as Text datatype and paste …

  7. changing the column type in SQL server require re-import to the …

    Mar 7, 2021 · I'm using an Azure SQL server Data source with a direct query model. I had to change a specific column type in the SQL and unfortunately, the simple refresh from the …

  8. Common Issues with the SQL Server Import and Export Wizard

    When importing or exporting data using a query, the VARCHAR data type is incorrectly recognised as a '200' data type and the NVARCHAR as a '202' data type. This causes the …

  9. Auto assign Column Data Types for Flat file Source Import

    Dec 14, 2004 · Click on each column and see the data types change to match your Source Table. In this step we flip the Source and Destination around.

  10. Simple way to import data into SQL Server

    Oct 22, 2009 · SQL Server Management Studio (SSMS) provides the Import Wizard task which you can use to copy data from one data source to another. You can choose from a variety of …

  11. Some results have been removed