• ALZDBA (7/5/2009)


    did you try this in SSMS:

    EXEC sp_configure 'remote admin connections', 1;

    GO

    RECONFIGURE;

    GO

    Yes .. i have enabled that by executiing that query already ..but issue is i could not able to modify the anything by using the sac wizard in sql server clustering setup.