dbTalk Databases Forums  

Re: DTS question for sql server

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss Re: DTS question for sql server in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dejan Sarka
 
Posts: n/a

Default Re: DTS question for sql server - 01-12-2007 , 01:04 AM






Quote:
X The number of failing rows exceeds the maximum specified.
TransformCopy 'DTSTransformation_1'conversion error: Destination does not
allow NULL on column pair 1 (source xxxxx, destination xxxxxx)
Obviously, you have unknown (NULL) values in source column, and your
destination column does not allow NULL values. You can alter the destination
table and allow NULL values in your destination column, or you can use the
ISNULL function in the source query to change the NULL value from the source
to some predefined value.

--
Dejan Sarka
http://www.solidqualitylearning.com/blogs/




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.