guest2013-1
guest
- Joined
- Aug 22, 2003
- Messages
- 19,800
- Reaction score
- 13
When you right click and "New Stored Procedure" in SQL 2005 you get a little template laid out for you containing:
I've found where the template lies so I can edit it. But is there anyway to automatically included/process the date so that <Create Date,,> is actually 3-Mar-2009 when you select "New Stored Procedure"?
Thanks in advance (this will help me streamline and document my work much easier)
Code:
-- =============================================
-- Author: <Author,,name>
-- Create date: <Create Date,,>
-- Description: <Description,,>
-- =============================================
I've found where the template lies so I can edit it. But is there anyway to automatically included/process the date so that <Create Date,,> is actually 3-Mar-2009 when you select "New Stored Procedure"?
Thanks in advance (this will help me streamline and document my work much easier)