SQL-Hero: Better Data Tools... Saving time and money.
Ready to receive up to a $350 benefit?
Plus: Exclusive content, tips and tools

What is SQL-Hero?
SQL-Hero is a tool suite that enhances productivity for developers and DBA's who use Microsoft SQL Server. It includes tool such as: an advanced SQL editor, code generator, compare tools (both schema and data), audit history (schema), unit testing, monitoring, tracing and data generation. It also includes xSkrape for SQL Server and xSkrape for SQL Server Integration Services.
How's that special? There's a lot of SQL tools on the market today...
There are a number of important differences that make SQL-Hero unique... and very powerful.
- The code generator addresses many, many use cases that others can't. We're working on extensive on-line documentation to help you create your own templates to do amazing things!
- xSkrape technology enables access to a nearly unlimited universe of data, right within SQL Server.
- Archive millons of data points related to monitoring and performance and report against these using an Analysis Services model using any visualization tool of your choice or a number of canned reports.
- Compare SQL-Hero with other technologies on our comparisons page: both from a technical and business perspective.
- Expect new capabilities in up-coming releases, based on your real-world feedback.
Watch a self-guided tour of SQL-Hero...
(click image to enlarge)














Learn more...
- Videos: a 6 minute high-level overview, plus a 36 minute deeper dive into individual features.
- More in-depth examination of SQL-Hero features
- Product family feature matrix
- What is xSkrape?
- SQL-Hero on-line documentation
- xSkrape for Excel Add-in
- xSkrape for SQL Server
- xSkrape for SQL Server Integration Services (SSIS)
- Product family overview
- Download software (30 day free evaluation)
- Order software
Spotlight Feature:
Advanced Content Searching Within SQL Objects
It's relatively easy to do content searching using simple SQL against DMV objects. However, there are drawbacks such as: a) it's only a list that you still need to "hunt and peck" if you want to examine individual objects,
b) you're a bit limited in the kinds of searching you can do. SQL-Hero solves both of these. With content searching, the tree is filtered to only show matched objects. Also, you can use advanced search criteria such as:
a) ww(x) where "x" represents a "whole word" you wish to search for,
b) AND, OR, NOT are all supported to combine search terms,
c) NEAR is supported to filter based on one term being near another term (near in this case is defined as being 40 characters or less),
d) Quotes can be used to delimit "exact match" chunks of text,
e) regex=x where "x" represents a regular expression to be used in matching.
For example, you could use these searches: