I'm have trouble with some of the basics of SQL Server 2005-2008 Performance (SQL). We do not use the default instance on any of our SQL servers. So, It would seem that I need to add the name of the Instance to the "SQL Server Instance:" field. However, it seems that field does absolutely nothing. To make the first component "User Connections" work, I have no modify the SQL statement replacing "object_name = 'SQLServer:General Statistics' AND " with "object_name = 'MSSQL$ORION:General Statistics' AND" where ORION happens to be the name of the Instance.
So this brings me to my question: Did this template never really get finished, where what is put in the "SQL Server Instance:" should be substituted in the SQL code? If I wanted to fix this, how do I put the name of the Instance from the "SQL Server Instance:" into the SQL Code? Modifying the code manually for my 150 SQL databases would be an incredible waste of time.