View Single Post

   
  #3 (permalink)  
Old 02-29-2008, 01:31 PM
SQL
 
Posts: n/a
Default Re: Bulk Insert Fails !!!

Will the data fit in the column?
Is your column varchar(50) and the data is greater than 50 characters?

http://sqlservercode.blogspot.com/

Reply With Quote