Git Product home page Git Product logo

firetom5900 / extendedtsqlcollector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from azure4arjun/extendedtsqlcollector

0.0 0.0 0.0 872 KB

Custom collector types to extend and simplify the features offered by the built-in SQL Server Data Collector and read data from Extended Events and/or queries.

License: GNU Lesser General Public License v2.1

SQLPL 76.78% C# 19.18% CSS 0.04% XSLT 0.18% HTML 3.83%

extendedtsqlcollector's Introduction

Extended T-SQL Collector

Custom collector types to extend and simplify the features offered by the built-in SQL Server Data Collector and read data from Extended Events and/or queries.

Extended T-SQL Collector = Extended Events + Data Collector

Extended T-SQL Collector includes a XEReader collector type that lets you collect data from Extended Events sessions. This is the easiest way around to save Extended Events to a table.

SQL Server ships with a built-in T-SQL Collector Type that lets you collect data based on an custom T-SQL statement. However, it doesn't let you collect data in any fomat: you are limited to the data types accepted by the intermediate format used to store the cache files (SSIS Raw Files, which do not allow BLOB data).

To overcome this limitation, Extended T-SQL Collector offers a T-SQL query collector type that uses a different cache format and lets you collect XML and varchar(max)/nvarchar(max) columns.

When it comes to performance tuning and troubleshooting, the most interesting data is available in SQL Server as XML. With this collector type, you can easily collect and upload XML data to your MDW instance.

The Collection Set Manager utility lets you manage:

  • installation of the collector type to the target SQL Server instance
  • edit collection sets
  • edit collection items
  • edit collector types

Collection sets and collection items can also be created via script. You can find examples in the documentation.

Screenshots

You can see what the GUI looks like by visiting the Screenshots page

Features

  • ExtendedTSQLCollector - a Collector Type that lets you collect BLOB data from a T-SQL query
  • ExtendedXEReaderCollector - a Collector Type to collect data directly from an Extended Events session
  • ConnectionSetManager - a GUI utility to manage the components of data collection on a target instance

Requirements

  • SSIS - the target machine must have SSIS installed, as some collection packages require tasks not included in the Database Engine installation

Documentation

The complete description of the collector types and sample code to create custom collection sets can be found in the documentation

extendedtsqlcollector's People

Contributors

spaghettidba avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.