I have a Windows 2008 R2 X64 Std Edt. and SQL 2008 (Developer Edt.) SP1 server.
When I open SSMS and run the following queries:
exec xp_cmdshell 'dir C:\'
exec xp_cmdshell 'dir F:\'
exec xp_cmdshell 'dir E:\'
The first two (C: and F work fine but the last (E gives the message: "The system cannot find the path specified." I can however open a command prompt and navigate the E:\ drive no problem and Windows Explorer can also navigate the drive. The permissions on all three drives are the same. The account that runs the MSSQL service is a local admin on the server. I've tried rebooting the box and also tried assigning the everyone group full control but nothing seems to work. The really weird part is that this worked fine yesterday.
Any idea would be welcomed.
When I open SSMS and run the following queries:
exec xp_cmdshell 'dir C:\'
exec xp_cmdshell 'dir F:\'
exec xp_cmdshell 'dir E:\'
The first two (C: and F work fine but the last (E gives the message: "The system cannot find the path specified." I can however open a command prompt and navigate the E:\ drive no problem and Windows Explorer can also navigate the drive. The permissions on all three drives are the same. The account that runs the MSSQL service is a local admin on the server. I've tried rebooting the box and also tried assigning the everyone group full control but nothing seems to work. The really weird part is that this worked fine yesterday.
Any idea would be welcomed.