Link to home
Start Free TrialLog in
Avatar of kvnsdr
kvnsdr

asked on

SQL Server 2000 Enterprise Manager Grid Buffer Limit?

I built a VS.NET C# project that successfully inserts 4000 character text files and view theirs entire content through the same program via a Dataset, etc...
However, I cannot directly view the same data in the dababase via SQL Server Enterprise Manager. It simply shows blank NOT <NULL>, so the data is definitly there and I can view the data through a textbox of my program.

Now as a test, I attempted to copy-n-paste the same hugh 4000 character text file direcly through the Enterprise Manager and recieved an error stating;

                               "The value you entered is not consistant with the data type or length of the column, or over the grid buffer limit."

So, I know the column 'Data Type" is varchar with an 8000 limit.

Q. I'm assuming by reasonalbe deduction that the MS SQL Enterprise Manager has some viewing limits?

I've read about changing the column Data Type to 'text', however the 'Length' is locked a 16.

Help.......................
SOLUTION
Avatar of ShogunWade
ShogunWade

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kvnsdr
kvnsdr

ASKER


"the column 'Data Type" is varchar"
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial