Hallo to everybody.
I have a problem in SQL Server 2005 / Windows 2000
SQL Server is installed in local drive.
Trying to run the simple sql procedure
exec master.dbo.xp_c mdshell 'dir P:'
I have the response (P: is network drive).
"The network name cannot be found."
For local drives it's O.K., no problems.
What should be done the xp_cmdshell will see network drives?
Someone can help me?
I have a problem in SQL Server 2005 / Windows 2000
SQL Server is installed in local drive.
Trying to run the simple sql procedure
exec master.dbo.xp_c mdshell 'dir P:'
I have the response (P: is network drive).
"The network name cannot be found."
For local drives it's O.K., no problems.
What should be done the xp_cmdshell will see network drives?
Someone can help me?
Comment