Is It SQL has an Admin GUI

It's finally time to push Is It SQL 1.0.25 [http://www.scalesql.com/isitsql/] out the door. I sent it to the newsletter subscribers last week and we haven't discovered any problems yet. Before upgrading, please read the README in the zip file! Especially…

Is It SQL build 24 shows missing backups

The latest release of Is It SQL [http://www.scalesql.com/isitsql/] now shows missing backups. Backups The top section gives you a summary of all servers with missing backups and the bottom section lists each individual database that doesn't have a good backup. Right now a "…

Is It SQL now shows Availability Groups

The latest release of Is It SQL [http://www.scalesql.com/isitsql/] is out and includes a variety of features.  I’d like to start with some screen shots of previous features.  First up is database mirroring.  You can see the mirroring status of a database when looking at the…

Database Mirroring in Is It SQL

Release 1.0.22 is out and available at the Is It SQL home page [http://www.scalesql.com/isitsql/].  The biggest feature here is database mirroring. There are two ways to see database mirroring.  The first is on a server page it will show the databases that are mirrored.…

Tagging Servers in Is It SQL

[https://billg.sqlteam.com/content/images/61500-Tag-page_2.png]Release 1.0.20 is out.  You can download it from my corporate site at http://www.scalesql.com/isitsql/. This release adds a beta feature to allow you tag servers and then filter the list by tag. Instructions for enabling…

IsItSql Shows Databases

You can download the latest build of Is It SQL [http://www.scalesql.com/isitsql/] from my consulting site.  You can now view the databases on a server.  And you can click on a column header to sort that column. [https://billg.sqlteam.com/content/images/61499-database-page_2.png] And…

IsItSql - 1.0.18

This release includes a few minor bug fixes and smaller enhancements.  Thanks to everyone that tried it out and reported back.  At the bottom of the README.html I include my email address if you’d like to provide feedback.  I’d love to hear what you like or what…

Is It SQL?

I’ve been working on a simple monitoring tool for SQL Server over the last few months.  I often find myself asking “What just happened?” and “Was it SQL Server?”.  I wanted a small utility I could leave running at clients that would answer that question.  It needed to be…

SQL Server Configuration Scripting Utility Release 9

There’s another update to my little utility to script a SQL Server’s configuration [http://scriptsqlconfig.codeplex.com/].  I use this for two purposes.  First, I use it to keep my database mirroring servers up to date.  Second, I capture the output in a version control system and keep…

Another Update to SQL Server Configuration Scripting Utility

I’ve been gradually adding features to my utility that scripts the configuration of a SQL Server [http://scriptsqlconfig.codeplex.com/].  Since my last post I’ve added the following features: * Skip any encrypted object in a database * Script alerts, alert notifications and operators * Script audits * Always script model, master…