Ted

Lead DBA with over 25 years’ experience delivering high-availability, secure SQL Server solutions across banking, government, and enterprise sectors.

Experienced in designing and supporting mission-critical environments, including Always On, DR strategy implementation, performance optimisation, and enterprise-scale backup and recovery planning.

Proven track record leading DBA teams, mentoring engineers, setting database standards, and working closely with development, infrastructure, and security teams to deliver stable and compliant data platforms.

Strong focus on automation, security, and proactive monitoring to minimise risk and improve operational efficiency. Passionate about modernising legacy environments and building resilient, scalable database architectures.
  • Interests: Writing Books, Walking,Kdramas
  • Skills: SQL,C#

SQLServerCentral Article

SQL ART: Who's Blocking Who? Visualising SQL Server Blocking With Spatial Geometry

Taking SQL art from shamrocks and Easter eggs to something your DBA manager might actually care about. If you've been following my SQL spatial art series — shamrocks, Easter eggs, Christmas trees — you'll know I have a habit of finding increasingly creative misuses for SQL Server's geometry data type. Most of them have been […]

(1)

You rated this post out of 5. Change rating

2026-06-12

2,492 reads

SQLServerCentral Article

The day-to-day pressures of a DBA team, and how we can work smarter with automation and AI

What a DBA team actually deals with There are many issues a DBA team faces, from servers going down to login access not being requested on time. These are not glamorous problems, but they are the problems that stop everyone else doing their jobs. In a modern environment you would expect a lot of the […]

You rated this post out of 5. Change rating

2026-04-13

2,563 reads

SQLServerCentral Article

SQL Art 2: St Patrick’s Day in SSMS (Shamrock + Pint + Pixel Text)

Last time we turned SQL Server into a Christmas tree. Every year around St Patrick's Day I find myself doing something I can't fully justify. This year that thing was using SQL Server's spatial viewer to draw a shamrock and a pint of Guinness. Hope you have a happy St Patrick's Day and a few […]

(4)

You rated this post out of 5. Change rating

2026-03-16

2,222 reads

Blogs

5 Starter Projects for Your AI and Data Engineering Portfolio

By

Reading tutorials is fine. Shipping something is better. If you are trying to break...

The Book of Redgate: Taking Breaks

By

We work hard at Redgate, though with a good work-life balance. One interesting observation...

Database AI Agents: The Read-Only Rule

By

Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...

Read the latest Blogs

Forums

Liability for AI Errors

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Liability for AI Errors

Running a Parameter-Sensitive Stored Procedure on a Secondary Replica

By abdalah.mehdoini

Hello , I would like to run a stored procedure on a secondary replica...

Pro SQL Server Internals

By Site Owners

Comments posted to this topic are about the item Pro SQL Server Internals

Visit the forum

Question of the Day

Running SQLCMD II

I run this command to start SQLCMD:

sqlcmd -S localhost -E -c "proceed"
At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version
2> go
What happens?

See possible answers