I‘m Klaus Aschenbrenner, a Microsoft Certified Master for SQL Server
» I help people to bring their SQL Server
installations to a new level of excellence. «
SQLpassion Offerings
SQLpassion, a European SQL Server consulting company, provides high-quality SQL Server consulting services.
We are based in Vienna, Austria, but our client base is spread across the continent.
We provide the following SQL Server services:
You have seen my Blog Postings?
Introducing My Brand-New Online Training: PostgreSQL for the SQL Server Professional!
Are you a seasoned SQL Server professional looking to broaden your horizons and step into the world of PostgreSQL? Do you want to leverage your existing SQL Server expertise while mastering the unique features of PostgreSQL? If so, I’ve got exciting news for you! I’m thrilled to announce the release of my brand-new, two-day online
How to Fix the PostgreSQL “Could Not Resize Shared Memory Segment” Error in Docker
When running PostgreSQL in Docker, encountering the error “could not resize shared memory segment” can disrupt your database operations. This issue typically arises because PostgreSQL depends heavily on shared memory for tasks such as caching and inter-process communication. The error often occurs due to insufficient shared memory allocation in the Docker container, or misconfigured PostgreSQL
Exploring Data Access Methods in PostgreSQL and How They Compare to SQL Server
Efficient data retrieval is a cornerstone of database management, and both PostgreSQL and SQL Server excel in offering robust data access methods to support diverse workloads. However, their approaches differ in significant ways, reflecting their unique design philosophies and use cases. In this blog posting, I will cover the various data access methods PostgreSQL provides,