473,785 Members | 2,424 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Suspect msdb database

My msdb database is marked as suspect. This means that my maintenance plan
doesn't work. I'm a novice when it comes to sql server so now I'm wondering
if anyone could give a hint on how to fix the suspect msdb database? Does
this database contain any vital information? What could be the reason that
this database become suspect?

Appreciate any suggestions in this matter.
Thanks!

--
mvh
Hallgeir
Jul 23 '05 #1
2 6475
Hallgeir (ha************ @unitechsys.no) writes:
My msdb database is marked as suspect. This means that my maintenance
plan doesn't work. I'm a novice when it comes to sql server so now I'm
wondering if anyone could give a hint on how to fix the suspect msdb
database? Does this database contain any vital information? What could
be the reason that this database become suspect?


If you look up "suspect" in the Index of Books Online, you will find a
troubleshooting article that says that the cause is lack of disk space.
However, I believe that there are possible reasons as well - read:
corruption.

This topic also discusses you can address the problem, if the issue is
indeed lack of diskspace.

If the problem is corruption, restoring a backup may be a safer way to go.

The msdb database is the database that holds information about SQL Server
Agent jobs (of which the maintenance plan is one). It also have tables for
backup history of databases. It's definitely a database that you should
back up regularly. It's usually not that big, so it sounds a little funny
that you would run of disk space because of it.
--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 23 '05 #2
Thank you Erland! Your answer should help me a a great deal.

Regards Hallgeir.
"Erland Sommarskog" <es****@sommars kog.se> skrev i melding
news:Xn******** **************@ 127.0.0.1...
Hallgeir (ha************ @unitechsys.no) writes:
My msdb database is marked as suspect. This means that my maintenance
plan doesn't work. I'm a novice when it comes to sql server so now I'm
wondering if anyone could give a hint on how to fix the suspect msdb
database? Does this database contain any vital information? What could
be the reason that this database become suspect?


If you look up "suspect" in the Index of Books Online, you will find a
troubleshooting article that says that the cause is lack of disk space.
However, I believe that there are possible reasons as well - read:
corruption.

This topic also discusses you can address the problem, if the issue is
indeed lack of diskspace.

If the problem is corruption, restoring a backup may be a safer way to go.

The msdb database is the database that holds information about SQL Server
Agent jobs (of which the maintenance plan is one). It also have tables for
backup history of databases. It's definitely a database that you should
back up regularly. It's usually not that big, so it sounds a little funny
that you would run of disk space because of it.
--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp

Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4482
by: John Mullan | last post by:
Hi I have a problem creating a backup in SQL Server 6.5. Although, the backup produced does restore ok, I want to stop this error message appearing everytime I make a backup. The error message is: " Can't allocate space for object 'sysbackupdetail' in database 'msdb' because the 'default' segment is full. If you ran out of space in Syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase the size...
3
3064
by: raj.raghavan | last post by:
Hi, I am trying to move the msdb database, I am following the MS technet document. I have added trace flag "-T3608" to startup parameters, restarted the SQL server, stopped the agent, detatached the msdb successfully. I moved the mdf and ldf to the new location and I removed trace flag and when restarted the SQL server is not starting up, I checked Event log it is giving this error 17052 :Could not find database ID 3. Database may not...
0
1218
by: info | last post by:
I found that my transaction log backup jobs fails because the Recover Mode of the database is set to SIMPLE. Its always been set to FULL. Its not MSDB, its a user defined database so thats not it. Any ideas and also how could I audit this? is it in Event Log or SQL Logs? I know there is a SQL Agent script I can run on restart of service but I'd rather know why this is happening.
0
1499
by: mosh | last post by:
Having problem to find help on how to send eMail from ASP page by using msdb.dbo.sp_send_dbmail. There is a dedicated database and all works OK in SQL query. Please help. Thank you.
0
7090
by: John | last post by:
I am using SS2005 on XP and things have been good. Today I installed "Microsoft SQL Server 2000 DTS Designer Components" (I can't think of what else could have caused the problem), and now in SS2005 Management Studio I am getting this error message when I try to connect to the server on my machine: Database 'msdb' cannot be opened due to inaccessible files or insufficient memory or disk space. Any ideas??? Thanks!
1
1935
by: Mr.Kane | last post by:
I have inherited a SQLS erver 2000 instance where the client never implemented a backup startegy for the "master" and "msdb" databases. MSDB is now showing errors and my only option for a restore is from a tape backup of the server. Any thoughts..
1
2534
by: olaniyanjide | last post by:
Hi guys, can anybody assist on how to resolve the issue of marked suspect database. Most especially MSDB?
0
3143
ck9663
by: ck9663 | last post by:
guys...i got tired searching the net for some reference...this is what i have so far: set @@tableHTML = ' <p>some code</p> <p>some code</p> <table> <tr> <td>some header1 here</td> <td>some header2 here</td> </tr>
3
1893
by: cappjr | last post by:
On my SQL Server, I have a stored proc called 'sp_exec_job' that simply starts a job: EXEC ..sp_start.job @JOB_NAME When I run this from Management Studio, it works fine. Yea. But, when I try to execute sp_exec_job from my .NET (C#) code (on the same server as the SQL DB), I get the following error:
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10161
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9958
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8986
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5390
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4058
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3662
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2890
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.