SQL Server: How do I convert all varchar(max) columns to text type?

Posted by bakerjr on Stack Overflow See other posts from Stack Overflow or by bakerjr
Published on 2010-04-30T03:22:52Z Indexed on 2010/04/30 3:27 UTC
Read the original article Hit count: 235

How do I convert all varchar(max) columns to text type? I know varchar(max) is recommended but I still want to use type text because CakePHP doesn't automagically convert varchar(max) to textarea (HTML form). How do I do it? Thanks in advance

© Stack Overflow or respective owner

Related posts about cakephp

Related posts about sql-server-2008