We are running into an issue where the data being entered through the logger exceeds the character length limit in the Tunning Database. In several places the limit is 100 and the front end tool let's them enter free text. Is it possible to change the schema
without the MSSLogToDatabase tool erroring out? By changing I mean setting nvarchar(100) to something a bit larger.
John