• Guys,

    I had the same issue running packages (maintenance plans) on SQL Server 2008 64-bit. Here's is what I did and all you need to do as well -

    sp_configure 'allow updates',0

    go

    reconfigure with override

    go

    And it should work.