PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.server > Missing maintenance plans
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Missing maintenance plans

Réponse
 
LinkBack Outils de la discussion
Vieux 08/09/2008, 15h53   #1
JRS
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Missing maintenance plans

After my mssql 2005 server hit the roof in disk space all my maintenance
plans dissappeared. I find them in jobs, in history i can see the jobs go
successfully but there is no history of each maintenance plan anymore.
When i try to create one with the same name, it reports it already exist.

Can anyone me to get them visible again?
  Réponse avec citation
Vieux 08/09/2008, 20h55   #2
TheSQLGuru
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Missing maintenance plans

did you look for them by selecting from the msdb tables related to jobs?
See BOL for those. I don't know why the GUI would fail to show them
however. You may want to do a checkdb on msdb - there could be possible
corruptions due to the disk-limit hit.

--
Kevin G. Boles
Indicium Resources, Inc.
SQL Server MVP
kgboles a earthlink dt net


"JRS" <JRS@discussions.microsoft.com> wrote in message
news:12A8362F-D0B9-4095-B092-936BFB41FCC2@microsoft.com...
> After my mssql 2005 server hit the roof in disk space all my maintenance
> plans dissappeared. I find them in jobs, in history i can see the jobs go
> successfully but there is no history of each maintenance plan anymore.
> When i try to create one with the same name, it reports it already exist.
>
> Can anyone me to get them visible again?



  Réponse avec citation
Vieux 09/09/2008, 13h33   #3
JRS
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Missing maintenance plans

Hi,

dbcc checkdb on msdb return no errors.

By running select * from dbo.sysjobs; I can see all the jobs, but they still
fails to show up in the GUI. Because of that I cannot edit them to change
them.



"TheSQLGuru" wrote:

> did you look for them by selecting from the msdb tables related to jobs?
> See BOL for those. I don't know why the GUI would fail to show them
> however. You may want to do a checkdb on msdb - there could be possible
> corruptions due to the disk-limit hit.
>
> --
> Kevin G. Boles
> Indicium Resources, Inc.
> SQL Server MVP
> kgboles a earthlink dt net
>
>
> "JRS" <JRS@discussions.microsoft.com> wrote in message
> news:12A8362F-D0B9-4095-B092-936BFB41FCC2@microsoft.com...
> > After my mssql 2005 server hit the roof in disk space all my maintenance
> > plans dissappeared. I find them in jobs, in history i can see the jobs go
> > successfully but there is no history of each maintenance plan anymore.
> > When i try to create one with the same name, it reports it already exist.
> >
> > Can anyone me to get them visible again?

>
>
>

  Réponse avec citation
Vieux 09/09/2008, 17h41   #4
TheSQLGuru
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Missing maintenance plans

Are you by chance on SP2 (without any additional updates)? There were job
problems with that service pack release. Outside of that, I am at a loss.
Oh, make sure your tools (as in SSMS) is patched up past SP2 as well.

--
Kevin G. Boles
Indicium Resources, Inc.
SQL Server MVP
kgboles a earthlink dt net


"JRS" <JRS@discussions.microsoft.com> wrote in message
news:CF577965-38AD-4A2B-AF40-DB270A74CAB3@microsoft.com...
> Hi,
>
> dbcc checkdb on msdb return no errors.
>
> By running select * from dbo.sysjobs; I can see all the jobs, but they
> still
> fails to show up in the GUI. Because of that I cannot edit them to change
> them.
>
>
>
> "TheSQLGuru" wrote:
>
>> did you look for them by selecting from the msdb tables related to jobs?
>> See BOL for those. I don't know why the GUI would fail to show them
>> however. You may want to do a checkdb on msdb - there could be possible
>> corruptions due to the disk-limit hit.
>>
>> --
>> Kevin G. Boles
>> Indicium Resources, Inc.
>> SQL Server MVP
>> kgboles a earthlink dt net
>>
>>
>> "JRS" <JRS@discussions.microsoft.com> wrote in message
>> news:12A8362F-D0B9-4095-B092-936BFB41FCC2@microsoft.com...
>> > After my mssql 2005 server hit the roof in disk space all my
>> > maintenance
>> > plans dissappeared. I find them in jobs, in history i can see the jobs
>> > go
>> > successfully but there is no history of each maintenance plan anymore.
>> > When i try to create one with the same name, it reports it already
>> > exist.
>> >
>> > Can anyone me to get them visible again?

>>
>>
>>



  Réponse avec citation
Vieux 10/09/2008, 13h43   #5
JRS
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Missing maintenance plans

Running 9.00.3068.00 of the sqlserver
Running 9.00.3042.00 of Microsoft SQL Server Management Studio

That should be above sp2 for server and SP2 for the managment studio.

Is there a place the maintenace plan itself with the commands are saved? I
find references to the jobs, but somewhere the commands defined in the plan
should be identified?


"TheSQLGuru" wrote:

> Are you by chance on SP2 (without any additional updates)? There were job
> problems with that service pack release. Outside of that, I am at a loss.
> Oh, make sure your tools (as in SSMS) is patched up past SP2 as well.
>
> --
> Kevin G. Boles
> Indicium Resources, Inc.
> SQL Server MVP
> kgboles a earthlink dt net
>
>
> "JRS" <JRS@discussions.microsoft.com> wrote in message
> news:CF577965-38AD-4A2B-AF40-DB270A74CAB3@microsoft.com...
> > Hi,
> >
> > dbcc checkdb on msdb return no errors.
> >
> > By running select * from dbo.sysjobs; I can see all the jobs, but they
> > still
> > fails to show up in the GUI. Because of that I cannot edit them to change
> > them.
> >
> >
> >
> > "TheSQLGuru" wrote:
> >
> >> did you look for them by selecting from the msdb tables related to jobs?
> >> See BOL for those. I don't know why the GUI would fail to show them
> >> however. You may want to do a checkdb on msdb - there could be possible
> >> corruptions due to the disk-limit hit.
> >>
> >> --
> >> Kevin G. Boles
> >> Indicium Resources, Inc.
> >> SQL Server MVP
> >> kgboles a earthlink dt net
> >>
> >>
> >> "JRS" <JRS@discussions.microsoft.com> wrote in message
> >> news:12A8362F-D0B9-4095-B092-936BFB41FCC2@microsoft.com...
> >> > After my mssql 2005 server hit the roof in disk space all my
> >> > maintenance
> >> > plans dissappeared. I find them in jobs, in history i can see the jobs
> >> > go
> >> > successfully but there is no history of each maintenance plan anymore.
> >> > When i try to create one with the same name, it reports it already
> >> > exist.
> >> >
> >> > Can anyone me to get them visible again?
> >>
> >>
> >>

>
>
>

  Réponse avec citation
Vieux 10/09/2008, 14h42   #6
JRS
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Missing maintenance plans - Problem solved

Problem "solved"
This server is a new installation, planning to replace another instance on
another server. So the technican/consultant involved in configuring parts of
it has linked the jobs to the maintenance plans on the old instance.

So the mystery is solved, but I should have figured this one earlier.


"JRS" wrote:

> Running 9.00.3068.00 of the sqlserver
> Running 9.00.3042.00 of Microsoft SQL Server Management Studio
>
> That should be above sp2 for server and SP2 for the managment studio.
>
> Is there a place the maintenace plan itself with the commands are saved? I
> find references to the jobs, but somewhere the commands defined in the plan
> should be identified?
>
>
> "TheSQLGuru" wrote:
>
> > Are you by chance on SP2 (without any additional updates)? There were job
> > problems with that service pack release. Outside of that, I am at a loss.
> > Oh, make sure your tools (as in SSMS) is patched up past SP2 as well.
> >
> > --
> > Kevin G. Boles
> > Indicium Resources, Inc.
> > SQL Server MVP
> > kgboles a earthlink dt net
> >
> >
> > "JRS" <JRS@discussions.microsoft.com> wrote in message
> > news:CF577965-38AD-4A2B-AF40-DB270A74CAB3@microsoft.com...
> > > Hi,
> > >
> > > dbcc checkdb on msdb return no errors.
> > >
> > > By running select * from dbo.sysjobs; I can see all the jobs, but they
> > > still
> > > fails to show up in the GUI. Because of that I cannot edit them to change
> > > them.
> > >
> > >
> > >
> > > "TheSQLGuru" wrote:
> > >
> > >> did you look for them by selecting from the msdb tables related to jobs?
> > >> See BOL for those. I don't know why the GUI would fail to show them
> > >> however. You may want to do a checkdb on msdb - there could be possible
> > >> corruptions due to the disk-limit hit.
> > >>
> > >> --
> > >> Kevin G. Boles
> > >> Indicium Resources, Inc.
> > >> SQL Server MVP
> > >> kgboles a earthlink dt net
> > >>
> > >>
> > >> "JRS" <JRS@discussions.microsoft.com> wrote in message
> > >> news:12A8362F-D0B9-4095-B092-936BFB41FCC2@microsoft.com...
> > >> > After my mssql 2005 server hit the roof in disk space all my
> > >> > maintenance
> > >> > plans dissappeared. I find them in jobs, in history i can see the jobs
> > >> > go
> > >> > successfully but there is no history of each maintenance plan anymore.
> > >> > When i try to create one with the same name, it reports it already
> > >> > exist.
> > >> >
> > >> > Can anyone me to get them visible again?
> > >>
> > >>
> > >>

> >
> >
> >

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 08h02.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13818 seconds with 14 queries