sql
-
2012年4月23日 6:21
hi,
when i give system name and folder name in run. i face this problem
ex:\\vivek\\backup
error
network path was not fond
vivek
全部回复
-
2012年4月23日 7:10
BACKUP DATABASE dbname TO DISK =
N'\\SERVER\sharedfolder\dbname.BAK'Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
- 已建议为答案 PrinceLuciferMVP 2012年4月23日 9:54
- 已标记为答案 Peja TaoModerator 2012年4月30日 1:59
-
2012年4月24日 3:07版主
Hi vivek,
What is the detailed scenario of your question? If you want to back up you database on a network shared folder. The script provided by Uri is correct.
By the way, please check whether folder '\\vivek\\backup' has been shared and SQL Service account has FULL CONTROL permissions on his folder which is in NTFS format.Best Regards,
Peja
Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.- 已标记为答案 Peja TaoModerator 2012年4月30日 1:59

