I am trying to do this:SET CONCAT_NULL_YIELDS_NULL OFFUPDATE tblAccurint_Above1500SET akas_ssn_2 = SUBSTRING(akas_ssn_2,0,4)+'-'+SUBSTRING(akas_ssn_2,4,2)+'-'+SUBSTRING(akas_ssn_2,6,4)WHERE akas_ssn_2 IS NOT NULL
It gives me this error:String or binary data would be truncated.The statement has been terminated.Some of the fields are blank. How do I get around this? Thanks!BrendaIf it weren't for you guys, where would I be?