Skip to content

(odbc) text size limits? #23

@asw-dev

Description

@asw-dev

I noticed mssql have a very small text size by default. Need to find how to change this (preferably in the application).

SELECT @@TEXTSIZE returns 4096 can use set textsize 65356; SELECT @@TEXTSIZE;
to increase it for the duration of a query, but was not able to find an way to get unlimited.

remember to update the docs with findings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ms-sqlquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions