Activity overview
Latest activity by stanac
I have just realized that option on client pc "Change the size of text, apps, and other items" is set to 125%. This might be the default setting on win10 laptops with 15.6" full hd display. / comments
I have just realized that option on client pc "Change the size of text, apps, and other items" is set to 125%. This might be the default setting on win10 laptops with 15.6" full hd display.
What versions of Windows are you using (client and server)
- Client is Windows 10 pro, remove PC is Windows 8.1 Pro
What version of SQL Server Management Studio are you using?
- SSMS is 2014 (12.0.4213.0)
What screen resolution is RDP set to use (if full screen, what resolution is your display)
- when using my work PC directly resolution is 1920x1200, when it's used thought remote desktop resolution is 1920x1080, remote desktop is used in full screen mode (with smart sizing if it makes any difference)
Do you have any high-DPI settings enabled?
- no, everything is set to default / comments
What versions of Windows are you using (client and server)
- Client is Windows 10 pro, remove PC is Windows 8.1 Pro
What version of SQL Server Management Studio are you using?
- SSMS is 2014 (12.0....
UI Issue while using remote desktop
When connecting remotely to my work pc I am experiencing issues with the UI, it looks like right side and bottom of the source control UI are cut off.
I have updated to version 5 hopping this would...
bug when resizing summarize script window
Resizing of summarize script window is not working correctly when window is being resized from bottom left corner. I am currently using beta 7.10.188, but the bug was present previously on non beta...
There is a bug in highlighting selected variable. Take the following query for example DECLARE @theXml XML = '<a>b</a>'
SELECT t.node.value('.', 'VARCHAR') FROM @theXml.nodes('/') AS t(node)
After clicking on the variable name in the declare line, same variable in not highlighted on the second line. / comments
There is a bug in highlighting selected variable. Take the following query for exampleDECLARE @theXml XML = '<a>b</a>'
SELECT t.node.value('.', 'VARCHAR') FROM @theXml.nodes('/') AS t(n...