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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Can you change the default "create procedure" text

Author  Topic 

uberbloke
Yak Posting Veteran

67 Posts

Posted - 2001-10-03 : 05:59:11
When using enterprise manager and createing a "new stored procedure" is there any way to change the default text that is displayed ("CREATE PROCEDURE [OWNER].[PROCEDURE NAME] AS")?

I want to add a couple of things that I do by default on nearly all stored procs...

   

- Advertisement -