rebelknight
Technical User
There is a share on a seperate file server that my SQL Server machine can access. When I sign on to the SQL Server I can see the share in windows and copy files toi and from it within file explorer.
However, when I browse for the drive letter assigned to the mapping from SQL Serverfor any task....I am not given the drive letter as an option.
If I also issue a T-SQL backup command to the drive it i not recognized.
Any clue why I cannot see the share from SQl Server Managemnet Studio but I can from windows?
However, when I browse for the drive letter assigned to the mapping from SQL Serverfor any task....I am not given the drive letter as an option.
If I also issue a T-SQL backup command to the drive it i not recognized.
Code:
BACKUP DATABASE [Test] TO DISK = 'X:\Test.BAK'
WITH INIT ,
NOUNLOAD ,
NAME = 'Test backup',
NOSKIP ,
STATS = 10,
DESCRIPTION = 'Test',
NOFORMAT
Any clue why I cannot see the share from SQl Server Managemnet Studio but I can from windows?