如何将Excel连接到SQL Server 2014

时间:2021-12-14 16:12:08

I have data in an Excel spreadsheet with 9 columns. How do I fetch this data into an existing table in SQL Server?

我有一个包含9列的Excel电子表格中的数据。如何将这些数据提取到SQL服务器中的现有表中?

By using the Import & Export tool, I need to create a new table which I don't want.

通过使用导入和导出工具,我需要创建一个我不想要的新表。

2 个解决方案

#1


0  

Use SSIS. Source=Excel, destination = your table.

使用SSIS。源=Excel,目标=表格。

Make sure they both have the same column name.

确保它们都有相同的列名。

also you can acte like this

你也可以这样。

#2


1  

With Import Export tool also you can import data to the existing table. At the time of Importing data option is available whether you want to delete all existing table and import fresh data or append data.

使用Import Export工具,还可以将数据导入到现有的表中。在导入数据时,无论您想删除所有现有表并导入新数据还是追加数据,都可以使用这个选项。

#1


0  

Use SSIS. Source=Excel, destination = your table.

使用SSIS。源=Excel,目标=表格。

Make sure they both have the same column name.

确保它们都有相同的列名。

also you can acte like this

你也可以这样。

#2


1  

With Import Export tool also you can import data to the existing table. At the time of Importing data option is available whether you want to delete all existing table and import fresh data or append data.

使用Import Export工具,还可以将数据导入到现有的表中。在导入数据时,无论您想删除所有现有表并导入新数据还是追加数据,都可以使用这个选项。