Hi galletto,
Open the file >> C:\Users\userName\AppData\Roaming\Microsoft\SQL Server Management Studio\18.0\UserSettings.xml
Search with the keyword Password, whether you can find entries related to the login name.
Make sure that SSMS is not started, then try to cut this 18.0 folder under C:\Users\userName\AppData\Roaming\Microsoft\SQL Server Management Studio to Desktop, then start SSMS, log in and remember the password. Note that after starting SSMS, an new18.0 folder will be created again. If there are any problems, move back the 18.0 folder that was previously removed.
I cannot reproduce your problem. Do you have other machines with SSMS 18.6 also having this problem? If possible, re-install SSMS.
Hi,
This improvement changes the way that concurrency is managed with PFS updates so that they can be updated under a shared latch, rather than an exclusive latch.
You may need to learn more about SQL Server latch.
If you need more detailed instructions, I haven't found some more helpful information for the time being.
What's new in 18.0
General SSMS Switched to "Windows Credential Manager" for connection dialog MRU passwords. This addresses a long outstanding issue where persistence of passwords wasn't always reliable.
The Windows Credentials are visible at: Control Panel\User Accounts \Credential Manager. Or search box on the taskbar and type "credential".
Check the SSMS credential records(Microsoft:SSMS:18:...)
Hi,
Will this problem disappear after turning off the "forced encryption" on the server side? It seems that this error occurred during the connection establishment phase, and "forced encryption" is just to ensure encryption during the data transmission phase.
The client that trying to connect is a Cluster Virtual interface.
This also makes me wonder whether it is from some connections between the cluster and SQL Server, such as checking the health status of the availability group.
I will also check SQL Server and the TLS/SSL protocols supported by the servers in cluster.
Hi,
You can specify the filegroup when creating the table.
If you need to move the existing tables to a different filegroup.
https://www.mssqltips.com/sqlservertip/5832/move-sql-server-tables-to-different-filegroups/
Hi @raki-3122,
But question is, if i can access the database using same odbc connection from visual studio on the server itself why not from IIS when residing there.
This problem seems to be related to IIS. I suggest you go to the IIS forum (dotnet-aspnet-iisnet) for proper help.
https://docs.microsoft.com/en-us/answers/topics/dotnet-aspnet-iisnet.html
Hi @galletto,
Is there any update on this case?