首页 > 数据库技术 > 详细

SQL Server 远程共享文件夹备份

时间:2018-01-12 15:15:48      阅读:546      评论:0      收藏:0      [点我收藏+]

提示

消息 15240,级别 16,状态 2,第 12 行
无法写入文件 ‘‘。请确保您有写权限、文件路径有效以及该文件尚不存在。

 

折腾了我一天,现在记录下解决方案,给有需要的人

sp_configure show advanced options,1
reconfigure
go

sp_configure xp_cmdshell,1
reconfigure
go

master..xp_cmdshell ‘net use \\192.168.1.42\myshare\db_backup password  /user:username‘

SQL Server 远程共享文件夹备份

原文:https://www.cnblogs.com/varorbc/p/8275885.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!