Does SQL Server 2008+ support symbolically linked directories when making backups and restoring DBs?
My own test made use of a mapped network drive, which I made it appear by symbolically linking it as a local backup directory. I attempted to make a backup of a database to this symbolic link but received an error in SSMS (SQL Server Management Studio) stating that it was "unable to open the backup device".
Answer: Yes, SQL Server supports symbolic links, even over network shares provided SQL Server has the necessary permissions to access the network share.