How can I delete this list?

KaiiKaii 20 Reputation points
2024-10-06T08:46:24.25+00:00

User's image

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,993 questions
0 comments No comments
{count} votes

Accepted answer
  1. Erland Sommarskog 112.7K Reputation points MVP
    2024-10-06T10:08:34.9733333+00:00

    It seems that these strings are located in the registry at HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\20.0_IsoShell\Find. So if you the brave sort of person, you could go there and delete things. Be sure that you close SSMS first.

    Note: This path assumes that you have SSMS 20. For earlier versions, just change 20.

    A completely unrelated note: I see that you are running the original release-version SQL Server 2022 with some security fixes added. You should download and install the most recent Cumulative Update to get access to many bug fixes and enhancements.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.