February 4, 2016 at 1:11 pm
Hi All,
I have mapped network drive for backup purpose. But it is not visible in SSMS UI at chose backup drive location.
February 4, 2016 at 3:49 pm
is this a clustered instance of SQL Server?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
February 4, 2016 at 6:07 pm
No.I am trying to configure Database Mirroring(SQL Server 2014)
February 5, 2016 at 2:23 am
Mapped network drives are visible to the current user only. SQL Server runs as a service account that cannot see your mapped drives.
Use a UNC path instead. You won't be able to browse to the UNC path from the UI and you will have to type it manually, but it will work.
Moreover, try to avoid doing things from the UI: learn how to type your backup/restore commands and you won't regret it.
-- Gianluca Sartori
February 5, 2016 at 10:27 am
Thank you guys.And differently i'll use Tsql .
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply