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 - 2002-07-09 : 08:05:08
|
| Curtis writes "This stored procedure "sp_help_maintenance_plan" is in the online books, but when trying to run, it can't be found. Where do I find it?? How can it be created??Thanks,Curtis" |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-07-09 : 08:44:50
|
| It's in the msdb database, so you need to call it using the full naming convention:EXECUTE msdb..sp_help_maintenance_plan |
 |
|
|
|
|
|