Comments
Sort by recent activity
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....
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...