sql error validating the default for column
- by RealityDysfunction
I am trying to set the default value for a new column I just added. In properties I am trying to set 'Default Value or Binding' to a simple XML along the lines of: <root><title>Welcome</title><body>Thank you for your time.</body></root>
However, when I click away, I get "sql error validating the default for column," I set this value in other numerical columns and it worked fine. What gives?