Friday, February 24, 2012

Animation Speed (Auto – Hide) Management Studio

Does anyone know how to set the Animation Speed for SQL Server Management Studio.

I think the setting is stored in the SQLShell settings file in the C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\profiles but adjusting the number up and down didn't seem to have any effect on the Auto-Hide speed.

Thanks

Kevin Haglund

1. Close SQL Server Management Studio.
2. Open this file in a text editor C:\Documents and Settings\<username>\My Documents\SQL Server Management Studio\Settings\CurrentSettings-2006-02-01.vssettings
3. Search for "AnimationSpeed" and replace the existing value (5) with your desired speed; 10 being the fastest choice, I do not know what is the lowest (1?). Save.
4. Open SQL Server Management Studio and it should now animate at your desired speed.

Siric

No comments:

Post a Comment