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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-02-26 : 23:12:19
|
Logan writes "I know this is a good one...
How can I create a Stored Procedure that will be responsible for creating several stored procedures. More simplified how can I create a store procedure that creates stored procedures.
Example CREATE PROCEDURE Master
AS
CREATE PROCEDURE spAddUserNow AS SELECT..... Etc.
CREATE PROCEDURE spHelptheGuru AS SELECT * FROM.... Etc.
Any help or reference will be usefull.
Thanks" |
|
|
|
|
|