1
Vote

Will this work on SQL server 2008 r2?

description

Hi,
I am intrested in Memory usage stored procedure. SO far i dont have sucess in running it against SQL server 2008 R2. Is there a plan to release a new version compatible with SQL server 2008 r2

comments

furmangg wrote Nov 4, 2010 at 7:33 PM

I've played with some changes to make it work on AS2008 and AS2008 R2, but I'm not completely satisfied.

What I'm going to recommend is that you use the ResMon cube instead. It's much more elegant and pretty much accomplishes the same thing:
http://sqlsrvanalysissrvcs.codeplex.com/wikipage?title=ResMon%20Cube%20Documentation

furmangg wrote Dec 29, 2010 at 8:00 PM

The 1.3.5 release contains a few changes to the MemoryUsage sprocs that may help these sprocs be more stable. I'm not completely satisfied with the changes, so we're still recommending ResMon like I mentioned previously. But I went ahead and checked in the changes so there's a greater likelihood the MemoryUsage sprocs will work on AS2008+