Home Forums SQL Server 7,2000 General Rename a text file, move it, using a stored procedure RE: Rename a text file, move it, using a stored procedure

  • You probably need to use the UNC and share name to make it work.

    \\192.168.0.xxx\C\YourDirectory\YourFile\

    or

    \\192.168.0.xxx\C$\YourDirectory\YourFile\

    etc

    Only guessing