dbTalk Databases Forums  

Backup to netwerkdrive

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Backup to netwerkdrive in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Daedalus
 
Posts: n/a

Default Backup to netwerkdrive - 11-17-2009 , 11:22 AM






Hi

I'm running SQL-server 2005, and when I try to backup, I don't see any
networkdrive, only C: is available.
Any suggestions ?

Tanx in advance !

D

Reply With Quote
  #2  
Old   
Plamen Ratchev
 
Posts: n/a

Default Re: Backup to netwerkdrive - 11-17-2009 , 11:55 AM






It is best to type manually the UNC path to the network share, like
\\server\share\db_backup.bak

Also, make SQL Server is running under an account that has permissions to that share (normally a domain account).

--
Plamen Ratchev
http://www.SQLStudio.com

Reply With Quote
  #3  
Old   
dmmaxwell
 
Posts: n/a

Default Re: Backup to netwerkdrive - 11-20-2009 , 10:07 AM



If you have the disk space, backup local, then have a process to copy
the file to the remote location. In most cases, this will be a lot
faster, and you don't have to grant permissions to the SQL Agent
account for the remote share if you don't want to. YMMV.

-D.

Reply With Quote
  #4  
Old   
BrianR
 
Posts: n/a

Default Re: Backup to netwerkdrive - 11-23-2009 , 05:51 AM



When doing a backup, the account that the sql service is running under
will need permission to write to the remote share
(run services.msc and look for the sql server service. Then look in
properties, Log On to see what account sql is running under)
You can run the sql service using an Active Directory or Windows user
account, and then ensure that the account has permissions to write to
the network drive

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.