Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL server management studio Projects folder

Tags:

sql-server

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.

like image 946
dsteele Avatar asked Jun 07 '09 22:06

dsteele


2 Answers

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

like image 91
adrianbanks Avatar answered Oct 04 '22 18:10

adrianbanks


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.

like image 21
Jared Avatar answered Oct 04 '22 19:10

Jared