• Everything worked fine until the database was moved to a new virtual server and a new array. ODBC connections worked before the move. And the ODBC connections don't change from one node to another anyways.

    The backup is being run as a job step that I wrote. The step is:

    backup mydatabase to dbdevice with init

    Again...this worked before I moved the database to another virtual server.

    Maybe this will help:

    The database I'm having problems with was on one virtual server default instance (VServer1). I moved it to another virtual server with a second instance of SQL Server(VServer2/MyInstancename).

    -SQLBill