Welcome to our blog, which is more than just a record of our experiences. It’s a resource.

Our blog is an invaluable resource for anyone struggling with the challenges of managing a database, applications, or clouds.
We understand the difficulties involved in troubleshooting, building, improving, securing, and operating these platforms,
and we’re here to share our insights and expertise with you. Browse through our collection of blog posts below,
and don’t hesitate to leave your comments and feedback.

SQL Server Collation

SQL Server Collation

What is Collation? Collation is a set of rules dictating how each group of characters within SQL Server is treated. A list of collations and their definitions can be found using the following query. SELECT name, description FROM sys.fn_helpcollations() WHERE...

read more
Seven SQL Performance-Killers to Avoid in Db2

Seven SQL Performance-Killers to Avoid in Db2

How Db2 Handles SQL SQL is a powerful language in the hands of the right RDBMS. One of SQL's strengths is that you specify what data you want returned without specifying what file, disk, san, or sector that data is stored on. Because we describe the result set we...

read more
SQL Server Services

SQL Server Services

A service is a program that runs in the background that does not require any user interaction. Some examples of services are the drivers for your keyboard and mouse, your antivirus software, and the SQL Server Service. The SQL Server Service is the executable process...

read more
Dropping Indexes to Improve Db2 Performance

Dropping Indexes to Improve Db2 Performance

Indexes are Good for Performance Generally speaking, DBAs and developers spend a fair amount of their performance time trying to find which indexes to add to a database to improve performance. If a specific query is having performance problems, one of the strongest...

read more
Top Linux Commands for MS SQL Server DBAs

Top Linux Commands for MS SQL Server DBAs

These are the ten most important commands to know as a DBA working in a Linux environment. This is not specific to any Linux distribution or single database platform necessarily, however, I have added some really good links specific to MSSQL Server running on Linux at...

read more

Follow Us

Need more information? Let’s Talk Today!