Re: Backing up database on a network machine
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 05/29/04
- Previous message: Shrikant Patil: "Data Load - 40k Records"
- In reply to: whynot: "Backing up database on a network machine"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 29 May 2004 22:16:10 +0530
Hi,
You cant see the network drives. Please perform the below steps to take the
backup remotely.
There are Few Pre requisites to do this;
1. Should have share in the remote machine
2. You Should start SQL server using Domain user who got access to remote
machine Share
3. If you need to schedule this as a job then SQL Agent should use the same
Domain user in which SQL server was started
4. Restart the services
Now you can execute the Backup script with UNC path
BACKUP Database <dbname> to disk='\\computername\sharename\dbname.bak' with
init
Note:
Backup to remote machine will not work if you start SQL server using Local
system account
Thanks
Hari
MCDBA
"whynot" <anonymous@discussions.microsoft.com> wrote in message
news:DD4A5442-E21F-4AC0-B62F-34CEC954F4FA@microsoft.com...
> Hi,
>
> I have SQL Server 2000 installed on my machine. My machine can see other
machines which have sharable drives in the network neighbourhood. All the
machines are win xp and it is a simple peer to peer network. When I try to
backup my database, I can see only my local drives in the path selection
dialog box. I cannot even see the network machines. I ran the server
network utility and had 'Named Pipes', 'TCP/IP', 'NWLink IPX/SPX' protocols
enabled.
>
> Why is this happening. Any ideas are appreciated.
>
> Thanks
- Previous message: Shrikant Patil: "Data Load - 40k Records"
- In reply to: whynot: "Backing up database on a network machine"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|