- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Re: SQL backup job issue on win2003
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2005 01:50 PM
тАО02-20-2005 01:50 PM
SQL backup job issue on win2003
When i create a backup job for SQL-database on win2003.
It's fail and pop an error message (see attached).
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2005 01:53 PM
тАО02-20-2005 01:53 PM
Re: SQL backup job issue on win2003
I think you'll need to translate for us.
Make a great day!
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2005 02:09 PM
тАО02-20-2005 02:09 PM
Re: SQL backup job issue on win2003
Thanks, It's describe below.
"a fault on general network issue and please refer to your documents for network"
I can not understand.
Thank you, could you help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2005 02:45 PM
тАО02-20-2005 02:45 PM
Re: SQL backup job issue on win2003
I think it made just as much sense to me when the error message was in Chinese. ;-)
If you're using VSS, check out this article:
https://mvp.support.microsoft.com/default.aspx?scid=kb;en-us;833167
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2005 02:47 PM
тАО02-20-2005 02:47 PM
Re: SQL backup job issue on win2003
Here's another one worth looking at:
https://mvp.support.microsoft.com/default.aspx?scid=kb;en-us;843515
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2005 02:50 PM
тАО02-20-2005 02:50 PM
Re: SQL backup job issue on win2003
If you're using a third-party backup program, this is a possibility:
https://mvp.support.microsoft.com/default.aspx?scid=kb;en-us;822219
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2005 04:43 AM
тАО02-22-2005 04:43 AM
Re: SQL backup job issue on win2003
You must start the SQLServer Agent Service before you can create a SQL backup job.
1. Double cilck on the SQLServer Manager ICON
From the drop down list, select SQLServer Agent
Hit the Green PLAY button to start the Service
If you have problems starting the service due to a logon failure, then refer to these articles:
http://support.microsoft.com/default.aspx?scid=kb;en-us;282254
http://support.microsoft.com/default.aspx?scid=kb;en-us;322140
2. If you have the SQLServer Agent Started and you are trying to create the backup disk device name in a remote server, then run this script in the SQL Query Analyzer:
USE yourdatabasename
EXEC sp_addumpdevice 'disk', 'MyBackup', '\\Server\Shared Name\MyBackup.bak'
If you want to create the disk device locally which is not recommended by Microsoft:
USE yourdatabasename
EXEC sp_addumpdevice 'disk', 'MyBackup', 'C:\My SQL DB\MyBackup.bak'
The default SQL backup directory is:
C:\Program Files\Microsoft SQL Server\MSSQL\Data\Backup if I'm not mistaken but you can see it while creating a backup job.
Now that you have a disk device created, use the SQL Server Enterprise Manager to create a backup job.
At the General Tab and under the Destination tab, Click on DISK and ADD the Disk device you have created.
Please keep us updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2005 04:46 AM
тАО02-22-2005 04:46 AM
Re: SQL backup job issue on win2003
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_automate_0tyf.asp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2005 11:24 PM
тАО02-22-2005 11:24 PM
Re: SQL backup job issue on win2003
I just realized I posted links from the MS MVP KB. I should have posted as follows:
http://support.microsoft.com/default.aspx?scid=kb;en-us;833167
http://support.microsoft.com/default.aspx?scid=kb;en-us;843515
http://support.microsoft.com/default.aspx?scid=kb;en-us;822219
Sorry.
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2005 03:15 AM
тАО02-23-2005 03:15 AM
Re: SQL backup job issue on win2003
Creating a Maintenance Plan will give you the option to create a SQL backup as well and it's the easiest way:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/createdb/cm_8_des_03_378k.asp
Would you mind to keep us updated please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2005 03:51 PM
тАО02-26-2005 03:51 PM
Re: SQL backup job issue on win2003
Can you keep us updated please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2005 08:09 PM
тАО03-08-2005 08:09 PM
Re: SQL backup job issue on win2003
Any updates please?