sql error validating the default for column
Posted
by
RealityDysfunction
on Stack Overflow
See other posts from Stack Overflow
or by RealityDysfunction
Published on 2013-11-11T21:50:46Z
Indexed on
2013/11/11
21:53 UTC
Read the original article
Hit count: 294
sql
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?
© Stack Overflow or respective owner