Does SqlMaint utility work in 64 bit environment

  • Question for you experienced DBA's: Is it possible to run sqlmaint using the following T-SQL command on a 64bit SQL Server 2005 machine?

    Declare @cmdstr varchar(500)

    Set @cmdstr=' '

    Execute sqlmaint @cmdstr

    TIA

    Elliott

  • I meant to set @cmdstr to a string of switches in the code snippet above.

    I guess the question is really whether sqlmaint runs in a 64 bit environment, especially when called using T-SQL in a proc?

    If you've had any experience, I'd like to hear it.

    Thanks,

    Elliott

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply