Does SQL Server Management Studio 2008 Activity Monitor work with SQL Server 2000?
- by Andrew Janke
I am trying to use SQL Server Management Studio 2008's Activity Monitor with an SQL Server 2000 instance to diagnose some query performance issues. I can connect SMSS 2008 to the db fine, and use it to browse objects and run queries. But when I press the Activity Monitor button, it pops up an error message saying:
Microsoft SQL Server Management Studio
This operation does not support
connections to Microsoft SQL Server
Personal Edition version 8.00.818.
This MSDN article implies that Activity Monitor works with SQL Server 2000. Is it the fact that it's Personal Edition that's preventing it from working? The error message isn't clear whether it's the edition or version that's the problem.