Hello, I am using SQL Server 2000 and I am trying to combine 2 columns that are defined as varchar(255) to 1 column defined as varchar(7000). I know SQL Server 2000 allows you to have a varchar defined at 7000 but when I run my query it cuts off the new column at 256 characters. Is there a setting within SQL Server 2000 that I am missing?