Link to home
Start Free TrialLog in
Avatar of normanpaterson
normanpaterson

asked on

How to change default right click CREATE NEW STORED PROCEDURE template in SQL Server 2005

I was beating my head trying to figure out how to change the right click menu option "Create New Stored Procedure" - I created a new template in the template explorer, but the right click menu wouldn't use it.  The solutions is to save your new template in the following location:

F:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\sqlworkbenchprojectitems\Sql\Stored Procedure\Create Stored Procedure (New Menu).sql

Where "F" is the drive you installed SQL Server 2005 to.
Avatar of EugeneZ
EugeneZ
Flag of United States of America image

right click from what place? what is your goal?

check
http://msdn2.microsoft.com/en-us/library/ms179334.aspx
Avatar of normanpaterson
normanpaterson

ASKER

That only shows how to create a template, not overwrite the built in templates used in the right click menu.  By right click, I meant when you right click on Stored Procedures in the Server explorer and select New Stored Procedure
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial