Hi,
I am having issues trying to import an Excel spreadsheet into a table in a SQL Server 2005 database. I do this ALL the time, and don't seem to recall ever having this problem using import in 2000.
However, for some reason, if I try to import a really long text field into a varchar(8000) column, I keep getting errors that it's truncating the column, and the import fails. I seriously cannot believe that this column holds more than 8000 characters. Also because I've seen other people post questions about this exact same problem (in 2005) on columns much shorter than mine.
Does anyone know why this problem is occurs in 2005? The new import interface seems to be a little buggy to me.
How can I work around this? Will BCP work on Excel spreadsheets? I used to use BCP in 6.5 but it's been sooo long I don't even remember how to use it.
THANKS
I am having issues trying to import an Excel spreadsheet into a table in a SQL Server 2005 database. I do this ALL the time, and don't seem to recall ever having this problem using import in 2000.
However, for some reason, if I try to import a really long text field into a varchar(8000) column, I keep getting errors that it's truncating the column, and the import fails. I seriously cannot believe that this column holds more than 8000 characters. Also because I've seen other people post questions about this exact same problem (in 2005) on columns much shorter than mine.
Does anyone know why this problem is occurs in 2005? The new import interface seems to be a little buggy to me.
How can I work around this? Will BCP work on Excel spreadsheets? I used to use BCP in 6.5 but it's been sooo long I don't even remember how to use it.
THANKS