importing Excel into SQL Server can only import numbers, other data becomes null how to resolve?

Source: Internet
Author: User
Tags management studio sql server management sql server management studio

Create a new TXT file and paste the data in

Create a new Excel file, select data from the menu bar and then select from Text

Find the TXT file, click Import

Be sure to select text

Click Finish and click OK.

Next, import it into the database

Open SQL Server Management Studio

Right-click the task on the database name that needs to import the data, select Import Date

Click Next

Data Soure Select Microsoft Excel

File path to select your Excel files

Click Next

Authentication select Use SQL Server Authentication

Fill in your username and password, then select Next until Finish

Insert data into the target table

Insert into table name (column name) Select column name the table that was built when you imported Excel where condition (there is no where)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.