September 13, 2004 at 6:33 am
Hi
If you're using Enterprise Manager to do a "restore from device", when you select "Select Device" then "Add" and click on the "FileName" you can only navigate to local drives (in my case only my C:\ drive).
What if the file you want to restore is on a networked drive?
Do you have to use sp_addumpdevice from Query Analyser to add the drive first?
Cheers
Sam
I
September 13, 2004 at 12:00 pm
No, you don't have to create device first. Just choose the "From Device" and click the "Select Devices" and type the file name by using UNC name.
September 13, 2004 at 12:27 pm
Does your SQL Server services have access to the network drive? Right click on the My Computer icon, select Manage, expand Services and find what the SQLServerAgent and MSSQLServer services run as. Are they Local System? If so, they won't be able to access the network drives. They will need to be Domain Accounts that have access.
-SQLBill
September 14, 2004 at 4:50 am
Thanks for the responses guys.
I've changed that setting of my local SQL Service and it's all OK now.
A collegue however who has XP loaded cannot get EM to search the network even after giving her server network admin authority but I guess this is (yet another) XP problem.
Sam
September 14, 2004 at 8:33 am
Does your friend have SP 2 installed on XP? If so, it might be due to SP 2 blocking TCP Port 1433 and UDP Port 1434.
Another issue might be the DNS server and name resolution. Have your friend open a command prompt (Start>Run, type cmd and click ok). At the prompt type PING servername where the servername is the name of the SQL Server. If that fails try PING ipaddress where ipaddress is for the SQL Server instance.
-SQLBill
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply