Viewing 6 posts - 16 through 21 (of 21 total)
Okay from your Data Type List I see several issues:
1. You have the value '1' going into an int column. The value should not have the single quotes around it.
2....
February 16, 2011 at 8:31 pm
February 16, 2011 at 7:51 pm
Could you please list out all the columns used in the insert with the SQL data types?
Also is the e_id column an identity column? I would bet the problem is...
February 16, 2011 at 7:38 pm
I don't know if this makes a difference but I was able to suck in an Excel document using SQL 2008 R2's import wizard (OS is Win7 64 Bit) and...
February 15, 2011 at 4:30 pm
Thanks SSC Rookie. I ended up solving my own problem with this. I wrote a script in SQL Server to output to CSV using BCP. The only problem was the...
June 16, 2010 at 4:00 am
All of the tables do have a different structure.
June 10, 2010 at 12:27 pm
Viewing 6 posts - 16 through 21 (of 21 total)