如何在Network PC中备份数据.

编程入门 行业动态 更新时间:2024-10-27 00:25:44
本文介绍了如何在Network PC中备份数据.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想在Network PC中备份数据. 对于本地PC,它正在运行:

I want to backup data in Network PC. For Local PC it is working :

BACKUP DATABASE HospitalA TO DISK = 'D:\dbP'

像是什么路径:"\\ ABC \ D \ dbP"或"\\ 192.168.1.10 \ D \ dbP"

what is path like : ''\\ABC\D\dbP'' or ''\\192.168.1.10\D\dbP''

推荐答案

BACKUP DATABASE Foo TO DISK = '\\myserver\myshare\backFileName.bak' WITH INIT

确保用于sql服务的帐户具有足够的权限,可以在其他网络计算机上写入.

Make sure the account used for the sql services has enough rights to write on other network machine.

如果您尝试使用D-Drive的管理员共享,则需要使用"'\\ ABC \ D If you are trying to use the admin share of the D-Drive you will need to use ''\\ABC\D

\ dbP"或"\\ 192.168.1.10 \ D \dbP" or ''\\192.168.1.10\D

更多推荐

如何在Network PC中备份数据.

本文发布于:2023-11-28 14:44:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1642832.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:备份   数据   如何在   PC   Network

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!