Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Splitting varchar(8000) into two columns...

Author  Topic 

matt_calhoon
Posting Yak Master

235 Posts

Posted - 2000-12-18 : 21:45:09
Hi there,

I was wondering if anyone has written a trigger that will grab user input and if that input is > than 8000 characters, it fires and moves the excess data into a second varchar(8000) column.

For This specific project a TEXT column is not an option.

thanks,

Matt

   

- Advertisement -