Project Description

SQL 2008 Extended Events are a powerful new way of troubleshooting problems with SQL Server. One short coming is that there is no UI support for this new feature. The Extended Events Manager is a C# .NET winforms application that aims to simplify creating and viewing metadata for Extended Events Sessions in SQL 2008.


This project was initially published on the MSDN Code Gallery:
http://code.msdn.microsoft.com/ExtendedEventManager/

Planned Functionality:


  • View Extended Events Metadata for all Available Objects
  • View Event Sessions on a Server
  • Start/Stop Events Sessions
  • Create new Event Sessions
  • Alter existing Event Sessions
  • Drop Event Session
  • Script all operations
  • View information stored in targets for active Event Sessions

Coming Changes


SQL Server 2008 Extended Events Manager Current Bug List:



SQL Server 2008 Extended Events Manager Coming Features List:

  • Add Predicate value and Target Option value validation to ensure that input values are compatible by datatype with the objects value datatype.
  • Conversion of UI to WPF
    • Replace .NET 1.1 DataGrid for Target Data with custom WPF Hierarchy Grid Control
    • Use ObservableCollections to automatically reflect dataset changes through XAML.
    • Include Option to register a SqlDependency on Targets to allow auto-refresh of event data when it changes.
  • Change MDI Server Connections to Single Treeview similar to SSMS.
  • Convert GridViews to function closer to SSMS PBM Condition Grid.
Last edited Fri at 11:46 PM by jmkehayias, version 8
Comments
RBarryYoung wrote  Nov 21 2008 at 8:25 PM 
Congratulations, Jonathan! I just header this morning that your app tied for second place in the "SQL Heroes" contest with 45 out of 55 possible points.

Way to go!

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | CodePlex Blog | Version 2008.12.9.14291