Re: sqlbackup

From: Kimberly L. Tripp (Kimberly@nospam.sqlskills.com)
Date: 01/31/03


From: "Kimberly L. Tripp" <Kimberly@nospam.sqlskills.com>
Date: Thu, 30 Jan 2003 15:55:22 -0800


Hi Jeff - A few questions to determine the state of your database...

0) Most important - what file(s) are damaged? See the error log for this
information.
1) Do you have ONLY full database backups (from 2 weeks ago)?
2) Did you have any database options set (specifically do you remember if
you had trunc. log on checkpoint' set).
3) How were you managing your log if you weren't doing log backups? Maybe
it's just grown quite large?
4) Something you can try... It probably WON'T work but it's an option and
I've seen it happen a few times on 7.0. If you're lucky you may have hit
it... are any files or harddrives specifically damaged? If there are no real
signs of hardware failure then you can try this option:

You could allow updates to the system tables
Reset the database status to turn off the suspect flag
Restart SQL Server
There are cases where the database is not really suspect. Here are the
procedures for SQL Server 2000 and I believe that they are the same for SQL
Server 7.0. Ugh - I wish I remembered more about 7.0 but a brief look at
these procedures and they seem the same
http://msdn.microsoft.com/library/en-us/trblsql/tr_servdatabse_494j.asp?fram
e=true

Also, check out the KB for anything more specific to your sp level, etc.

And keep us posted. There's WAY more that we can still do even if it still
shows as suspect after this change.

1) You can backup the tail of the log (if you have a recent backup and have
NOT cleared the log in any way). The backup is BACKUP LOG dbname TO device
WITH NO_TRUNCATE.
2) You can restore that backup and restore the tail of the log...
3) You'll have up-to-the-minute recovery.

Again, keep us posted.

Thanks,
kt

**** Please reply only on the newsgroups! Include dml/ddl, when possible.
Thanks ****
Kimberly L. Tripp
Principal Mentor, Solid Quality Learning www.SolidQualityLearning.com
President, SYSolutions, Inc. www.SQLSkills.com

"jeff" <jarmington@attbi.com> wrote in message
news:094b01c2c8b1$c12fff30$8af82ecf@TK2MSFTNGXA03...
> Hello, I am really hoping somebody can help me. I am
> running into an error I have never seen before. I have a
> client using SQL 7.0. I usually backup the database
> through a maintenence plan to the hard drive and then the
> tape picks up the backup. I stopped in there to day to
> check it and I found it has not backed up in 2 weeks. I
> tried to back it up manually but I could not. I am
> getting an error that the database has been marked
> suspect!!
>
> What can I do about this I need this dtabase backed up it
> is crucial. Somebody please help!
>
>
> Thanks,
> Jeff



Relevant Pages

  • RE: Backups have Shadow Copy Problems
    ... with volume Shadow Copy error 800423f4. ... You back up data from a volume that contains a Microsoft SQL Server ... The recovery model of the SQL Server database is configured to use an ... It just ensures backup will continue without reporting the error. ...
    (microsoft.public.windows.server.sbs)
  • Re: Start SQLServerAgent job Synchronously
    ... Wayne Snyder, MCDBA, SQL Server MVP ... > call and the caller resumes processing as soon as the call is made. ... > I have a set of SQLServerAgent jobs, each of which runs a BACKUP DATABASE ...
    (microsoft.public.sqlserver.server)
  • Re: Start SQLServerAgent job Synchronously
    ... Wayne Snyder, MCDBA, SQL Server MVP ... > call and the caller resumes processing as soon as the call is made. ... > I have a set of SQLServerAgent jobs, each of which runs a BACKUP DATABASE ...
    (microsoft.public.sqlserver.programming)
  • Re: "Best Practices" way to distribute MSDE
    ... > Restore a users's selected backup. ... for dayly house-keeping I do usually provide scripted job for database ... that file copy operation (not SQL Server backup!) can be performed.. ... my personala advice is to perform dayly house-keeping actions ...
    (microsoft.public.sqlserver.msde)
  • Re: NT Backup Causes Server to Hang
    ... Thanks for using the SBS newsgroup. ... You back up data from a volume that contains a Microsoft SQL Server ... The recovery model of the SQL Server database is configured to use an ... It just ensures backup will continue without reporting the error. ...
    (microsoft.public.windows.server.sbs)