Page 1 of 1

About a warning

Posted: Tue Dec 04, 2007 12:40 am
by ds
The following warning arise in my log for a job:

At field "B_Date": "null_field" length (0) must match field's fixed width (3)

i have set 'B_Date' as nullable. It s in date format.
What is the value to be given for the null value attribute for this column?

Posted: Tue Dec 04, 2007 12:50 am
by Maveric
The value should be of 3 character long. 3 spaces will do. But just curious how are you planning to store a date in 3 characters. it would require a length of 10.

Posted: Tue Dec 04, 2007 12:59 am
by ds
Ya.. Its of length 10 only..
Whether we have to give spaces in single quote or double quote.. IS there any other way

Posted: Tue Dec 04, 2007 1:07 am
by kunal1101
One option can be changing properties on metadata page.To do this you can right click the concerned column,go to 'edit row',ther you can specify Actual field length, Null field length, and Null field value for that column.