I have tried that registry 'trick' from that video already. It doesn't work at all in Win11 for me
Yes it's a 3rd party app... that I am only using because of Microsoft breaking user customization in Windows 11.
So yes... the is a Windows 11 issue. As of now to me, Microsoft has made a huge mistake with this in Windows 11.
The current font option in Windows 11 are terrible. They are just missing. People that want to use their own computer the way they want to, they need to avoid 11.
Question
$phinX
Ive got a long stored proc that adds several strings to a varchar variable at different steps then outputs the full varchar result at the end.
Its adding the first 2 strings to the varchar, but it only adds half of the 3rd one and none of the 4th one.
I thought maybe the varchar variable was full... but ive set it to VARCHAR(8000) and when i do a LEN() on the final varchar variabl its only 269.
Anyone know why its cutting off the end of my varchar!?!?
(Using SQL Server 2000 btw)
Link to comment
https://www.neowin.net/forum/topic/319106-sql-varchar-cutting-off-my-string/Share on other sites
5 answers to this question
Recommended Posts