views:

104

answers:

0

Recently I got a habit of saving my preferences in Visual Studio 2008 for future use, so that whenever I may need to recover the system I won't have to remember what have I forgotten to customize.

Tools - Options - Text Editor:

Here are several groups distincted by the language. Among others you can see T-SQL, T-SQL7, T-SQL80 and T-SQL90. I have found out that when you work with VS database projects it is T-SQL90 settings that have effect.

Now, if you try to export these setting:

Tools - Import and Export Settings... - Export selected environment settings

then All Setttings - Options - Text Editor

there will be T-SQL, T-SQL7, T-SQL80 but no T-SQL90.

Where is it?

Was it forgotten and should therefore be deemed to be a bug?

Since it was supposed to make part of my exported settings I'm heavily disappointed since I will have to remember to manually set the missing part of settings even after I import them.

Any way to fix this?