This does not tell me how to make a network share a backup device........
Main Topics
Browse All TopicsRead through 3 pages of posts and I don't seem to ba able to find a clear cut step by step procedure.
I want to backup 5 SQL databases (Full) with a 7 day retention for each database to a network share.
So the folder will have 7 versions of each of the 5 databases.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If you need to make a network share as a backup device, follow UNC naming convention:
In the "Backup Device", Instead of specifying the path as
D:\Backup\
specify the UNC naming convention like
\\server\share\file_path
For more details, refer the link below.
http://compnetworking.abou
Or you have one another option too..
Map that particular network share in your machine.
Refer below for step by step procedure:
http://compnetworking.abou
Get the following errors after changing Job owner to domain user and changing SQL agent in services to same domain admin account with local admin priveledges and full rights to network share.
SQL Server Scheduled Job 'Transaction Log Backup Job for DB Maintenance Plan 'Global Backup to Tambackup'' (0x4BA47DA429AF71448F93F28
3041 :
BACKUP failed to complete the command BACKUP LOG [SurfControl] TO DISK = N'\\Server\SQL\SurfControl
The problem is that the 3041 error can indicate any number of issues, from not having sufficient disk space on the destination to not having completed a full DB backup first, to a corrupt destination file (not likely with a timestamped log backup).
Check the event logs on the destination and the source.
Try the command manually - does it work for you? Does it work if you are logged in as the SQL Server user?
Verify permissions on the \\Server\SQL\ directory for the login being used from the SQL Server agent.
Business Accounts
Answer for Membership
by: rrjegan17Posted on 2009-01-29 at 21:57:06ID: 23505584
Hope this would give you more insight on it:
echnet/pro dtechnol/s ql/2000/ ma intain/sql backuprest .mspx
Refer the topic "Complete Database Backup" in the below link:
http://www.microsoft.com/t
Before doing your backup, may that network share in your server as given in "Backup Devices" in the above link
Check out the topic "Set Up Backup Schedules (Maintenance Plan Wizard)" to automate this whole task.
Check out the Figure 49: Specify database backup directory
to remove files older than 7 days.
Hope this helped you..