|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Yesterday @ 5:32 PM
Points: 306,
Visits: 1,013
|
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, January 25, 2010 11:53 PM
Points: 10,
Visits: 5
|
|
Hi have one question, the scrip cannot be execute because I my SQL Server 2008 I don't have the table sys.dm_os_performance_counters Is this table generate by another process?
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Yesterday @ 5:32 PM
Points: 306,
Visits: 1,013
|
|
Hello,
No this table is not generated and actually it's not a table but a view. I haven't looked for it in SQL 2008 but check Books On Line (BOL) and see if MS has changed the name, removed it or uses a different view to collect the information.
Sorry that I don't have the answer just yet.
Thanks,
Ruidy
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Yesterday @ 5:32 PM
Points: 306,
Visits: 1,013
|
|
Hello again,
Just ran the complete script on a SQL 2008 with SP1 and there was no problem with that DMV. You should check to see if you have permission to the views.
That's all I can thing of right now.
Rudy
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, April 05, 2013 9:14 AM
Points: 6,
Visits: 176
|
|
| quick question: when do the numbers get reset, on a stop/start of Sql Server? or a reboot of the machine?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 11:44 AM
Points: 8,
Visits: 141
|
|
| All I get is commands completed successfully.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, April 05, 2013 9:14 AM
Points: 6,
Visits: 176
|
|
| where do you have your "Query Results" pointing to???
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Yesterday @ 5:32 PM
Points: 306,
Visits: 1,013
|
|
The results are display on the screen once you execute the stored procedure.
Thanks,
Rudy
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 11:44 AM
Points: 8,
Visits: 141
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, April 05, 2013 9:14 AM
Points: 6,
Visits: 176
|
|
@Rudy: Sorry, but I can't find an answer to my question above, in BOL.
When do the numbers get reset, on a stop/start of Sql Server? or a reboot of the machine?
thanks, Bill.
|
|
|
|