Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Help with Registry Values

Author  Topic 

coreysan
Starting Member

13 Posts

Posted - 2010-04-05 : 14:35:16
I'd like to change the default file location in the registry
for using SQL Server 2008, where I type:

New Query/Edit/Insert File as Text

Does anyone know where the key/value pair is located in the
registry for insert file, and also for saving scripts?

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2010-04-06 : 12:04:31
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0

there are several "default project/item" location keys
Go to Top of Page

coreysan
Starting Member

13 Posts

Posted - 2010-04-12 : 13:12:35
Thanks so much!
Go to Top of Page
   

- Advertisement -