You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rails-sqlse...@googlegroups.com
Hi,
I am using activerecord-sqlserver-adapter and trying to read from a table that has a column of type VARCHAR(MAX). This column contains some XML. When I read this xml using activerecord, the result being returned is not the full XML but some of it is cut off. Is there a way to fix it? Is there some sort of limit on the size?
Thanks,
Rahul
Ken Collins
unread,
May 1, 2013, 7:31:39 AM5/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rails-sqlse...@googlegroups.com
SQL Server truncates large text columns by default. You can configure this with the SET TEXTSIZE. Since custom settings are so common, especially with TEXTSIZE, it is included in the README here under the how to configure your connection section.