I have a table that I use to log validation messages received by users so that we know what they are having trouble with.
[code language="sql"]CREATE TABLE [dbo].[ValidationLog](
&nb
[code language="sql"]CREATE TABLE [dbo].[ValidationLog](
&nb