join the MSSQLTips community

MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

 
Automating Performance Monitor Statistics Collection for SQL Server and Windows - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Automating Performance Monitor Statistics Collection for SQL Server and Windows

Last post 07-08-2009 12:02 PM by sql.warrior. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 06-19-2009 12:30 AM

    Automating Performance Monitor Statistics Collection for SQL Server and Windows

    This post is related to this tip: Automating Performance Monitor Statistics Collection for SQL Server and Windows

    http://www.mssqltips.com/tip.asp?tip=1776

  • 06-30-2009 1:33 PM In reply to

    Re: Automating Performance Monitor Statistics Collection for SQL Server and Windows

    I suggest looking into SQLH2 as well to capture perfmon data as well as SQL counter data

    easier to config, as well as centralize from 1 location

     

    Combine it with SSRS, you have a powerful history of performance of all the servers to compare

  • 07-08-2009 4:16 AM In reply to

    Re: Automating Performance Monitor Statistics Collection for SQL Server and Windows

    Hey,

     

    So I've been using this technique for years across my database environment (but write directly into a SQL DB and use our monitoring page to aggregate and average out readings over a minute for live perfmon stats), but since I upgraded (in-place) all my clusters to SQL 2008 from SQL 2005 (still on WIndows 2003) I can no longer connect to any of the cluster names via perfmon from my remote perfmon box.  I just instantly get the error "Unable to Connect to Machine".  I can connect to the host names but that's not gonna work as I need the virtual names.

     All SQL 2008 instances on single boxes work fine, even ones with Windows Server 2008.

     Any ideas?

  • 07-08-2009 6:29 AM In reply to

    Re: Automating Performance Monitor Statistics Collection for SQL Server and Windows

    I actually have a slighly different question.  I can get these counters started, but I cannot figure out how to automate the process of dropping them all into the sql server database.  I am using 2005. 

     Anyone got a walk through or can give me pointers on how to do it?

     Thanks,

    Fraggle

  • 07-08-2009 12:02 PM In reply to

    Re: Automating Performance Monitor Statistics Collection for SQL Server and Windows

     After you collected the trace file, the next step is use relog to import them into database.

    Refer to this article: 

    http://www.mssqltips.com/tip.asp?tip=1722

Page 1 of 1 (5 items)