Skip to main content

About Me

 

Assalamualaikum (peace be upon you).

I am delighted to be part of the core team to design and develop project architecture for Asa Microfinance Management System, which happens to be one of the largest microfinance companies in the world.

I am proud to design relational big data architecture for ASA's 3000+ branches' transactional system with terabytes of database size which is designed to handle at least 15 million transactions a day. Troubleshooting and performance tuning of SQL server with Availability Group for various bottlenecks is not only the part I am good at, but it also happens to be my passion.

I feel like the person responsible for making the SQL server go faster.

Feel free to contact me for your SQL Server Pain Relief, Let me help you find the root cause of your problem! 

I am available to look into your SQL Server bottlenecks. If your SQL Server issue is interesting, I am here to do it free of cost. Just hit the contact me form to get in touch with me.

Comments

Most Loved Posts

Threadpool - A deadly poison wait for SQL Server (The What, When and How)

Introduction  Threadpool is a  poison  wait. Yes, I mean it. Its poison for SQL Server, its poison for the Business and of course, the end-users! The most devastating thing about threadpool is you hardly recognize it because it comes in disguise, meaning you see no memory or cpu pressure in the system, yet you cannot run any query, it seems like your SQL Server is frozen solid. That scary, isn't it?

SQL Data Tools - Compare Data

Compare Data between two tables SQL Server Database with the same schema architecture can differ in different environments like Dev, Staging, and Production, especially in configuration tables. Let's see how we can easily sync the data in two different tables.