Viewing 4 posts - 1 through 4 (of 4 total)
Hi, This is because even thoguh you converted the data type from char to int, there would be some values which wouldnt have got converted to int. This is a...
November 21, 2007 at 10:18 pm
Hi Newbie,
Just adding to wt Deepak has mentioned. Disable the constraint first, then copy the row into one more table. Delete this row.
Incase your primary key field happens to be...
March 6, 2006 at 5:52 am
Hi Ian,
The error msg :
"Error message :String or binary data would be truncated" generally occurs when the source data type is not the same as the destination data type....
March 6, 2006 at 5:43 am
the code
If @Balance => 0
.... should be written as if @Balance>=0. I think you have given it as @Balance=>0. This might be one of...
January 31, 2006 at 2:46 am
Viewing 4 posts - 1 through 4 (of 4 total)