You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to a server (e.g. SQL 2022 in my scenario)
Right-click on the server and select Properties
Go to the Memory tab
Change Max server memory by using the up/down arrows - the Apply button is available.
Highlight text and start typing a new value, you'll see the message that the value must be greater than 128. Even with a valid value, the Apply button doesn't appear.
I am guessing that the check for a valid value is causing the issue. Would it be possible to check AFTER the user either changes focus to something else, or when they select Apply?
Also note: in SSMS, if a value less than 128 is entered, it will automatically change to 128. That may be a better option here...
Oh ok so we want to update the value and show an error message right?
I think if you automatically set the value to 128 if they enter something below that, then there should not be a need for an error message. Unless I'm missing something?
This happens for Curser Threshold field in Advanced tab too.
While typing "-1" the negative sign causes an error and the Apply button is not available afterwards.
Script button seems to work as expected.
I am guessing that the check for a valid value is causing the issue. Would it be possible to check AFTER the user either changes focus to something else, or when they select Apply?
Also note: in SSMS, if a value less than 128 is entered, it will automatically change to 128. That may be a better option here...
ADS_changeprop.mp4
Version: 1.46.0-insider (user setup)
Commit: d5a9c17
Date: 2023-08-22T18:08:21.002Z
VS Code: 1.79.2
Electron: 22.3.14
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Windows_NT x64 10.0.22621
The text was updated successfully, but these errors were encountered: