Loading ...

How To Increase Display Size Of Items In Sql Server Management Studio

Hello everybody,

today I want to document one interesting feature of SQL Server management studio. Some time it happens, that you work with big XML data files.

For example if you have sql statement like this:

SELECT @xm=(
select rowid, count(rowid) as IdsNumber from SOLine s where s.rowid like 'fdsafewvvcxkfdsla'fslf%'
group by rowid
for xml raw, root)
select @xm

 

in SQL server management studio and would like to increase size that is workable by SQL server management studio. I found that following value in system registry is very helpful:

HKCU\Software\Microsoft\SQL Server Management Studio\14.0_Config\XmlEditor\MaxFileSizeSupportedByLanguageService

set it's value to 100 and you'll have option to open 100 M xml files

Looking to streamline your Acumatica development with custom solutions? Whether it's optimizing SQL queries, handling large XML files, or any other customization, our experts are here to help!

💡 Need a tailored solution? Leave a request today, and let's build something great together!