• GilaMonster (7/22/2013)


    george sibbald (7/19/2013)


    as the message says it is an advanced setting

    sp_CONFIGURE 'show advanced options',1

    RECONFIGURE

    GO

    sp_CONFIGURE ‘optimize for ad hoc workloads’,1

    RECONFIGURE

    GO

    Optimise for ad-hoc was only added in SQL 2008. It's not there in SQL 2005.

    I wonder then if alter database set parameterization forced would be of assistance here? (would need thorough testing)

    ---------------------------------------------------------------------