Change Ssms2008 default setting on installation
Posted
by CziX
on Stack Overflow
See other posts from Stack Overflow
or by CziX
Published on 2010-03-31T07:08:41Z
Indexed on
2010/03/31
7:13 UTC
Read the original article
Hit count: 519
Hey, I am currently developing a vbs script, which installs SQL server 2008 + SP1. After the install I want to change the default settings in the Ssms, such as "Prevent saving changes that require table recreation" and such on.
I can't figure out, where Ssms hides its settings. Currently I am looking at 1) My Documents\SQL Server Management Studio\ 2) HKCU\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell\Profile
But whenever I change a "setting" in the vssettings-file in 1), Ssms thinks it is first time it runs, and overwrite.
How can I change the Ssms setting manual, without doing it from the Ssms itself?
© Stack Overflow or respective owner