Robert Hartmann

My name is Robert Hartmann. I am an M.Sc Computer Science graduate with a specialization in databases. I've worked as a DBA for 2 years now, and recently earned an MCSA certification in SQL Server 2012. My focus of interests regarding SQL Server lies in in-depth knowledge as well as query optimizing and tuning, though I also sometimes work with SSAS and SSIS. I try to be as simple as possible in my writing in order to reach as many interested readers as I can.
Outside of work, I have a beautiful son and am married enjoying my family. You can follow me on twitter, or simply subscribe to my RSS feed on http://dirtyread.de/.

Blogs

Advice I Like: Focus on what’s important

By

Don’t let someone else’s urgency becomes your emergency. In fact, don’t be governed by...

India-US Tariff War: Is the Indian IT Sector at Risk?

By

How U.S.-India Tariff Disputes Could Ripple Through the Indian IT Sector Although the newly...

Save BIG on Microsoft Azure Certification – Up to 100% Off!

By

🌟 Why Microsoft Azure Certifications Are Beneficial for Your Career 🗓️ How to Schedule...

Read the latest Blogs

Forums

OpenQuery with Application Intent specified runs on primary node.

By kailash.kanaya

I have an Open query that runs on an Always On server via a...

What is a Failed Deployment?

By Steve Jones - SSC Editor

Comments posted to this topic are about the item What is a Failed Deployment?

Generating a Series I

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Generating a Series I

Visit the forum

Question of the Day

Generating a Series I

What is returned by this code in SQL Server 2022?

SELECT value
FROM GENERATE_SERIES(4, 1);

See possible answers