checkmarkIT

Stephen Wild is the technical director for Checkmark IT. Stephen has more than 20 years of experience in the IT industry and is an HPE Master Accredited Solutions Expert (MASE).

Stephen began his career at a second-hand refurbished computer company, where he assisted with sales and fixing basic Windows issues while also rebuilding and repairing computer equipment before moving to account management and becoming a technical account manager.

Following four years in account management roles, he moved into a pre-sales role aligned to the company’s commercial division, focusing on storage - which became his area of specialism - particularly around 3PAR mid-range and high-end 10K and 20K systems.

One of the most significant projects Stephen has worked on during his career is the Transport for London 10K 3PAR system, designed to help measure passenger numbers during the London 2012 Olympic Games. During this project, he designed and scoped the array to address the business needs and capacity required by the customer, alongside HPE.

SQLServerCentral Article

All flash vs adaptive flash storage - which is right for my organisation?

Many data professionals might not worry about hardware, but someone needs to watch for changes and improvements in technology. Learn about how flash storage technology has changed and how this might be useful if you still need to build a fast database server.

You rated this post out of 5. Change rating

2019-06-25

2,849 reads

Blogs

Azure Networking: Designing for Change

By

Failing to plan is planning to fail. When organizations first begin implementing Azure networking,...

Using Customer Docker Compose File Names

By

As I use containers more and more to run various things, I decided I...

SQL Server Failover Cluster Instances

By

Old Reliable Still Matters If you’ve been around SQL Server for a while, you’ve...

Read the latest Blogs

Forums

SQL Server authentication vs. Trusted connection

By Rod at work

I maintain an application written years ago, where the database is on a Windows...

Handling Engagement Rings & Wedding Band

By iBling Jewels

I’m working on a jewelry e-commerce project and need advice on designing an efficient...

The Duplicate Cursor

By Steve Jones - SSC Editor

Comments posted to this topic are about the item The Duplicate Cursor

Visit the forum

Question of the Day

The Duplicate Cursor

Can I run this code:

DECLARE ANewTable CURSOR FOR 
SELECT * FROM ANewTable

See possible answers