sql-import-wizard

Using Import wizard to import Excel data into table in SQL Server 2012 failing - text truncation

橙三吉。 提交于 2019-12-08 08:14:59
问题 I have an Excel file that I import weekly into a table. I am using Excel 2010 and SSMS 2012. The import failed this week and I have been unable to determine why. I was able to successfully import the data into a new table. The table definitions of the new table match the ones of my old table, so that does not seem to be the issue. Below is a screen shot of the error I receive. I have checked the PO header text field and there is nothing that exceeds the datatype of varchar(255) that I have it

Using Import wizard to import Excel data into table in SQL Server 2012 failing - text truncation

戏子无情 提交于 2019-12-06 15:55:32
I have an Excel file that I import weekly into a table. I am using Excel 2010 and SSMS 2012. The import failed this week and I have been unable to determine why. I was able to successfully import the data into a new table. The table definitions of the new table match the ones of my old table, so that does not seem to be the issue. Below is a screen shot of the error I receive. I have checked the PO header text field and there is nothing that exceeds the datatype of varchar(255) that I have it as. Also, I sorted the data just to see if a certain row was causing the issue and more data did