|
-
December 1st, 2004, 07:48 AM
#2
Re: problem with DB restore from VC++!!
For SQL Server(or any other app) to access the remote file, you would need to have a drive$ share.
Let us say on machine m1, i have a file on d:\Folder1\mydata.bkp
if i need to access this data from another machine m2, I cannot use the UNC
\\m1\D:\Folder1\mydata.bkp unless there is a $ share on the d drive
Or if folder1 is shared, then i could use \\m1\folder1\mydata.bkp
I think your best bet is to temporarily share the folder, run the restor, then unshare the fodler.
Hope this helps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|