Robert Sheldon SQL Server tablediff utility Rob Sheldon continues on his quest to explain all those command-line tools such as SQLCMD, Logparser, SQLIO and tablediff that... 02 December 2013 23 min read
Robert Sheldon Microsoft’s Log Parser Utility: Swell ETL For loading text, CSV or XML files into SQL Server, the Log Parser utility, with its amazing SQL engine, is... 12 November 2013 21 min read
Robert Sheldon SQL Server SQLCMD Basics Sqlcmd makes many SQL Server tasks, such as automating test runs and maintenance tasks, easier and quicker. The sqlcmd command-line... 15 October 2013 15 min read
Tools Michael Sorens in Tools MySQL Data Compare: The Manual that Time Forgot MySQL Data Compare can both compare the data in MYSQL databases and also synchronise them. It is handy for a... 28 May 2013 16 min read
Tools Michael Sorens in Tools MySQL Compare: The Manual That Time Forgot, Part 1 Although SQL Compare, for SQL Server, is one of Redgate's best-known products, there are also 'sister' tools that allow you... 03 May 2013 14 min read
Grant Fritchey Custom Metrics for Monitoring Database Mirroring SQL Monitor comes with plenty of metrics, but there are always going to be things that you want to measure... 16 April 2013 7 min read
Feodor Georgiev SQL Monitor – Using the performance data smartly How does a Database Consultant use a tool such as SQL Monitor? The seasoned expert doesn't just dive into DMVs... 05 February 2013 8 min read
Jonathan Kehayias Free Tools for the DBA: PAL Tool The Performance Analysis of Logs tool is a general tool for collecting and analysing log data. With the addition of... 30 November 2012 10 min read
Michael Sorens Database Source Control Basics: Getting Started It makes a lot of sense to do it, but how do you get started? Whatever you use to build... 09 October 2012 17 min read
Dave Green Ten Things I Wish I’d Known When I Started Using tSQLt and SQL Test The open-source Unit Test framework tSQLt is a great way of writing unit tests in the same language as the... 11 September 2012 12 min read
Phil Factor Registered Servers and Central Management Server Stores SQL Server Management Studio (SSMS) has many features that make it particularly convenient for the database developer and DBA. Registered... 28 August 2012 14 min read
Richard Morris Database Continuous Integration with Bamboo We were so interested in Atlassian's Bamboo, and it's role in Continuous Integration, that we wanted to find out more,... 26 July 2012 15 min read
Brad McGehee Checking Out SQL Backup Pro 7's New Automatic Backup Verification Wouldn't it be great to offload the daily chore of checking the integrity of your production databases, and checking that... 18 May 2012 13 min read
Laerte Junior The PoSh DBA: Grown-Up PowerShell Functions Laerte goes step-by-step through the process of tidying up and making more reusable an untidy collection of PowerShell routines, showing... 10 May 2012 19 min read
Timothy Wiseman SQL Scripts Manager and IronPython As well as running TSQL and PowerShell, the free SQL Scripts Manager tool can also run Python scripts. This allows... 04 May 2012 10 min read
Dave Green Using SQL Test Database Unit Testing with TeamCity Continuous Integration With database applications, the process of test and integration can be frustratingly slow because so much of it is based... 02 February 2012 22 min read
Grant Fritchey SQL Cop Review Static code analysis is used a lot by application programmers, but there have been surprisingly few tools for SQL development... 19 January 2012 7 min read
Tools Grant Fritchey in Tools SSMS Tools Pack 2.0 If you work with SSMS, you'll know how frustrating it can be when tasks you perform every day aren't part... 26 October 2011 12 min read
Robert Sheldon Implementing Checkpoints in an SSIS Package Like any other application, an SSIS package can fail. Once the problem has been resolved, you'll usually restart the package,... 10 October 2011 12 min read
Tools Grant Fritchey in Tools SQL# (SQLsharp): A Review Only the brave, and foolhardy, write production CLR routines if you can get the functionality already-written and tested. Whether you're... 13 September 2011 19 min read