See here
http://msdn.microsoft.com/en-us/library/ms187365.aspx
The default is 4Kb when no size parameter is specified

Also see
https://groups.google.com/forum/#!msg/rails-sqlserver-adapter/uRq9355DP94/wpH1d3TVHFEJ
seems there is a config file that can impact size of data returned


On Wed, Dec 26, 2012 at 5:00 AM, Miguel Mendes <[email protected]> wrote:

> "wb" didn't work.
>
> Here is the table schema
>
> CREATE TABLE [dbo].[Docs](
>   [Id] [uniqueidentifier] NOT NULL,
>   [ListId] [uniqueidentifier] NOT NULL,
>   [DirName] [nvarchar](256) NOT NULL,
>   [LeafName] [nvarchar](128) NOT NULL,
>   [Content] [image] NULL)
>
> --
> Posted via http://www.ruby-forum.com/.
>
>

-- 
[email protected] | 
https://groups.google.com/d/forum/ruby-talk-google?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"ruby-talk-google" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to