Is it possible to setup multiple column defaults?
EX:
Column 1 : Defaults X, Y, Z
Column 3 : Defaults 1,2
I tried using 2 different Alter Tables statements in SSMS, which completed successfully, but now I am getting a "String or binary data would be truncated" error when I try to add a new...