Colin Burton
Programmer
HI All.
is it possible - and how, to determine if a file exists on a different server on the same network to my SQL Server
I have found out that i can't use xp_fileexists as for that to function the file in question must be on the same server.
I have a SQL Server with our Databases, and another server with some image files on. the database has a pointer filed to the folder / file name
I need to be able to run a query to ensure that the image file referred to in the table does actually exist in the filesystem of the "other" server
Thanks in Advance
Colin
is it possible - and how, to determine if a file exists on a different server on the same network to my SQL Server
I have found out that i can't use xp_fileexists as for that to function the file in question must be on the same server.
I have a SQL Server with our Databases, and another server with some image files on. the database has a pointer filed to the folder / file name
I need to be able to run a query to ensure that the image file referred to in the table does actually exist in the filesystem of the "other" server
Thanks in Advance
Colin