• Hope after some modify,it will helps!

    select [object_name], [counter_name], [cntr_value]

    from master.dbo.sysperfinfo

    where counter_name = 'Buffer cache hit ratio'

    or counter_name = 'Buffer cache hit ratio base'

    Regards,
    Kumar