Hi,
I am trying to execute the following command
EXECUTE
master.dbo.xp_create_subdir '\\ServerShare\SQLBackup$\Server03\UserDBs\DB1'
GO
There are no folders in the following location '\\ServerShare\SQLBackup$\Server03\UserDBs\
But still I am receiving this error
Msg 22048, Level 16, State 1, Line 0
xp_create_subdir() returned error 183, 'Cannot create a file when that file already exists.'
Any idea why SQL Server throws such an error
Please help
Vinu