• You mean where I have it in the script(s) I am trying to call, listed as:

    USE [CarePro_MSCRM];

    GO

    I should have mentioned that I tried changing that 6 different ways, but the error is the same with each:

    USE CarePro_MSCRM;

    USE CarePro_MSCRM;

    GO

    USE CarePro_MSCRM

    GO

    USE [CarePro_MSCRM];

    USE [CarePro_MSCRM];

    GO

    USE [CarePro_MSCRM]

    GO

    None of these approaches makes any difference.