memory leak with varchar(max) in sql
memory leak with varchar(max) in sql
Hello.
If in one report with varchar(max) column from sql server and that column has large len(longcol)=1586059 in my case the designer hughs in prievew and reports also and memory allocation comes to 100 % .
Regards
Efh
If in one report with varchar(max) column from sql server and that column has large len(longcol)=1586059 in my case the designer hughs in prievew and reports also and memory allocation comes to 100 % .
Regards
Efh
Re: memory leak with varchar(max) in sql
Hello,
We couldn't reproduce this bug.
Can you please describe your issue in more details. Also, can you please send us a simple report with test data for analysis.
Thank you.
We couldn't reproduce this bug.
Can you please describe your issue in more details. Also, can you please send us a simple report with test data for analysis.
Thank you.
Re: memory leak with varchar(max) in sql
test with actual data.
Backup is database db1 with 1 table t1 (id int identity , lcol Varchar(MAX)) and 1 row with actual data from client
Backup is database db1 with 1 table t1 (id int identity , lcol Varchar(MAX)) and 1 row with actual data from client
- Attachments
-
- db1.7z
- (200.81 KiB) Downloaded 220 times
Re: memory leak with varchar(max) in sql
Hello,
Thank you for the test database. We need some time to investigate the issue.
We will let you know about the result.
Thank you.
Thank you for the test database. We need some time to investigate the issue.
We will let you know about the result.
Thank you.
Re: memory leak with varchar(max) in sql
Hello,
Problems in GDI+. On such a large text just falls Draw method in GDI+, no drawing, no measure does not work.
Please try to limit your text. It is not possible to show the entire text.
Also, if you replace all tab characters on the space character, report should work.
Thank you.
Problems in GDI+. On such a large text just falls Draw method in GDI+, no drawing, no measure does not work.
Please try to limit your text. It is not possible to show the entire text.
Also, if you replace all tab characters on the space character, report should work.
Thank you.
Re: memory leak with varchar(max) in sql
thank you . truncated and worked.
Re: memory leak with varchar(max) in sql
Hello.
We are always glad to help you.
Let us know if you need our help.
Thank you.
We are always glad to help you.
Let us know if you need our help.
Thank you.