Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there any easy way of changing the SQL Server Management Studio default 'Project' folder? I found one registry hack on the internet, but I'd rather not bother with that.

I'm using SQL Server 2005 Express.

share|improve this question
Since I wrote this and really didn't get a solution, I've settled on a compromise: each time I need a new project folder, I set up a folder where I want it and then put a shortcut to this folder into the SSMS default folder - adds one click to a Save, but keeps my SQL files nicely organized – dsteele Sep 25 '09 at 0:24

3 Answers

up vote 5 down vote accepted

It doesn't look like it. There is no way of doing it from the options in management studio. You need to edit the paths stored in the registry at:

HKCU\Software\Microsoft\Microsoft SQL Server\90\Tools\ShellSEM

share|improve this answer
I agree with you +1 – ichiban Jun 8 '09 at 0:25
How annoying. It seems like an obvious thing to have an editable option for. I really don't want to be messing with the registry on a client's computer. Thanks to both of you - if nobody's come up with a better solution by tomorrow, I guess I'll accept this one. – dsteele Jun 8 '09 at 3:24

Registry Location on my machine:

HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell

I modified the DefaultFileOpenLocation key to change where my open file dialogue points to.

share|improve this answer

According to this article you can do it by changing an config file as well.

share|improve this answer
I found the setting in the config file, and when I change the folder, SSME shows a 'configuring....' warning message when it loads. But it still doesn't change the default folder. Strange. – dsteele Jun 8 '09 at 19:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.