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 |
Lin100
Yak Posting Veteran
70 Posts |
Posted - 2006-09-26 : 15:05:15
|
SQL 2000 Server (Developer Edition)Cannot save a stored Procedure in Enterprise Manager.Enterprise Manager --> Dataabses --> Customer --> Stored Procedures --> New Stored ProcedureThe following 6 buttons are appeared on the "Stored Procedure" windows: 1)Check Syntax 2)Save as Template 3)OK 4)Cancel 5) Help 6)Permissions (greyed out) I clicked on the button "Save as Template", but it did not save the "Stored Procedure" nor does it prompted me to put in a new name for a "Stored Procedure" |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-09-26 : 15:08:12
|
Create the stored procedure inside Query Analyzer. Enterprise Manager should not be used for this type of thing.Tara Kizer |
 |
|
Lin100
Yak Posting Veteran
70 Posts |
Posted - 2006-09-26 : 15:10:07
|
I am in Query Analyzer, but I do not see any menu for Creating or Saving a Stored Procedure. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-09-26 : 15:11:58
|
You just execute the code in Query Analyzer. Once you have the code done, hit F5, Ctrl+E, or the green arrow to create it.Tara Kizer |
 |
|
Lin100
Yak Posting Veteran
70 Posts |
Posted - 2006-09-26 : 17:00:17
|
Thank you tkizer for your help. |
 |
|
|
|
|