We have a Stored Procedure that backs up specified databases stored on a single Server.
We need to be able to run this stored procedure that is stored on Server 1 and backup a database on server 2.
Prefixing the Database with the server name errors... complaining that the Name doesn't exist in the 'sysdatabases' table.
Can anyone suggest some syntax for making this work?
Thanks in advance...
We need to be able to run this stored procedure that is stored on Server 1 and backup a database on server 2.
Prefixing the Database with the server name errors... complaining that the Name doesn't exist in the 'sysdatabases' table.
Can anyone suggest some syntax for making this work?
Thanks in advance...