I have attempted to Alter the table which contains the column that I want to change and although I can see it changes in the database, it does not seem to have any effect on the field on the site. I used the following:
alter table bugs alter column yourcolumn nvarchar(NEW LENGTH HERE) which was from another post on this forum with no success.
Does anyone know what I am doing wrong?.
2009-10-29 17:02:03 UTC in BugTracker.NET