简体   繁体   中英

Importing 2007 files in SQL SERVER 2008 R2

Good Day,

Today i am facing this error upon importing an excel file to a databe in sql server 2008

在此处输入图片说明

i do not know what causes this error, i do not know if it is because the excel file is 48MB in size, or because there is a sheet where in there are 113956 rows? if so can you help me find a work around to this? i really need to import the data inside my excel file to the database. i tried selecting the 2007 version of my excel file in the dropdown box like below but it still outputs the same problem. so any help?

Thank You.

There are a couple of things you can try:

  1. Resave the Excel file as a delimited text file - that way you can get around the MS Office driver.
  2. Try cutting the Excel file in half by saving it in two different files.

Out of curiosity, how many columns does this Excel file have? I believe there is a 255 column limit.

我尝试重新保存文件,但不保存为CSV格式,但我发现excel文件是只读的,尽管其属性未设置为只读,但是在将excel文件保存为另一个文件后,导入现在对我有效。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM