I was using MS SQL Server 2005 with Yii Framework earlier and created tables and stored procedures there. But Now I am shifted my database to MS SQL Server 2008 R2, When I am trying to save long length string then it is giving me the error for Maximum length, while i have set the datatype of that column as "text" after it i replaced it with "varchar(max)" but no solution there.I was using MS SQL Server 2005 with Yii Framewo