David Pruden

Analytical, highly adaptable leader with 20+ years experience developing, upgrading, and integrating data warehouse and business intelligence solutions.
Accomplished communicator skilled at explaining complex, technical information to non-technical audiences and team leader.
Leverage business acumen, technical knowledge and analytical skills to help organizations achieve strategic objectives and articulate a future vision.
Recognized for ability to partner with business leaders and technical teams to plan, integrate, document and execute complex project plans on time and on budget.
  • Interests: Fine Arts, Photography, Travel
  • Skills: Management, leadership, Agile, Scrum, Data Warehouse, Database Administration, ETL, SSIS, SSRS, SSAS, Tabular, Multidimensional, Neo4j

Blogs

Getting SQL Server 2025 RTM Running in Containers on macOS

By

SQL Server 2025 RTM is here, and if you’re running Docker on macOS, you...

The PASS Data Community Summit 2025 Recap

By

It’s Monday. I’ve been home since Fri night, but with a busy weekend, I’m...

Microsoft Post-Quantum Crypto APIs Are Now Generally Available

By

I mentioned this in my talk on Quantum Computing at the PASS Data Community...

Read the latest Blogs

Forums

The Ending Substring

By Steve Jones - SSC Editor

Comments posted to this topic are about the item The Ending Substring

Done is Better than Good

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Done is Better than Good,...

Configuring the On-Premises Data Gateway: The Fabric Modern Data Platform

By John Miner

Comments posted to this topic are about the item Configuring the On-Premises Data Gateway:...

Visit the forum

Question of the Day

The Ending Substring

In Azure SQL Database and SQL Server 2025, if I run this, what is returned?

SELECT '[' + SUBSTRING('Steve Jones', 7) + ']'

See possible answers