Thursday, February 13, 2020

SQL server browsing history in SSMS


Where do we the file, which stores the history of sql servers which we browse through SSMS.

C:\Users\[YourUserName]\AppData\Roaming\Microsoft\SQL Server Management Studio
From there you must browse to your SQL version….
You can see the file name called SqlStudio.bin

You can also transfer the files in between servers..

You just need to take the backup at the source server, transfer to the destination server and replace the file in the same file location.
(Don’t forget to take the back up in destination server file as well, just in case)

No comments:

Post a Comment