Re: Backup error on Microsoft CMS 2002 SP1A Database
From: Baisong Wei[MSFT] (v-baiwei_at_online.microsoft.com)
Date: 03/10/04
- Next message: Jordan Carroll: "Re: Cannot backup using SQL backup"
- Previous message: Greg Linwood: "Re: Removing rows from very large table with indices"
- In reply to: Patrick: "Re: Backup error on Microsoft CMS 2002 SP1A Database"
- Next in thread: Patrick: "Re: Backup error on Microsoft CMS 2002 SP1A Database"
- Reply: Patrick: "Re: Backup error on Microsoft CMS 2002 SP1A Database"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Mar 2004 06:02:28 GMT
Hi Patrick,
Thank your for using the newsgroup. It is my pleasure to help you with your
issue.
>From you information, you job to maintenance the database 'Website' ran
fine in the past, however, just recently, it persistently failed.
There must be some change that different with before, so I want to confirm
that when you disable the Anti-Virus Software on your computer, do you
still meet the problem? The following link would take you to the download
of the Utility called ProcessExplorer that you can use to monitor access of
files by different processes.
To find what processes are accessing a particular file, you would need to
Search and enter the File Name for obtaining a list of the processes.
http://www.sysinternals.com/ntw2k/freeware/procexp.shtml
If it is not caused by the Anti-Virus software, you could try the following
steps to narrow down the problem. First, stop the antivirus software and:
1) In the Enterprise Manager, using the Backup Wizard to backup the
database, any problems?
2) Run in you Query Analyzer the following code (Suppose you are using sa
and you login into the Query Analyzer by the account starting the SQL Agent
Service):
Exec xp_cmdshell 'md d:\MSSQL\BACKUP\Website\aaa'
Go
Exec xp_cmdshell 'rd d:\MSSQL\BACKUP\Website\aaa'
go
BACKUP DATABASE [Website] TO DISK
=N'd:\MSSQL\BACKUP\Website\Website_db_200403091753.BAK' WITH INIT ,
NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT
Is there any Problems and messages?
Looking forward to you reply.
Thanks
Best regards
Baisong Wei
Microsoft Online Support
----------------------------------------------------
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only. Thanks.
- Next message: Jordan Carroll: "Re: Cannot backup using SQL backup"
- Previous message: Greg Linwood: "Re: Removing rows from very large table with indices"
- In reply to: Patrick: "Re: Backup error on Microsoft CMS 2002 SP1A Database"
- Next in thread: Patrick: "Re: Backup error on Microsoft CMS 2002 SP1A Database"
- Reply: Patrick: "Re: Backup error on Microsoft CMS 2002 SP1A Database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|