Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Using Different Techniques for SQL Server Automation

    I was trying to copy backups from one server to another by:

    Exec usp_CopyFiles '\\ServerA\FolderName','\\ServerB\FolderName'

    I got the following result:

    output                                                                                                                                                                                                                                                         

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Invalid drive specification

    0 File(s) copied

    NULL

    Can anybody tell me why?

    Thanks in advance!

Viewing post 1 (of 1 total)