Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Error

Status
Not open for further replies.

ascheper

Technical User
Joined
Nov 29, 2001
Messages
45
Location
CA
Every time I try to insert data through DTS, I get an error for the last row stating:

"Error at destination for row 12...Cannot insert the value NULL into column 'CallID", table "NEWTESTSQL.dbo.CallList"; column does not allow NULLS."

If I change the file to an excel file, it says that the import was successful, but no data appears in the table. I am using the DTS wizard when I do this. Any help or information would be greatly appreciated.

Drew
 
I know it's an obvious question but is the CallID blank in that last row? I started out with nothing, and I still have most of it.
 
CallID is blank in every row, I think it may work if I append a row delimiter to the last row...trying shortly

Drew
 
Blank and null are two different things, I suppose
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top