Relative Content

Tag Archive for sqlsql-serverperformancequery-optimization

SMT: Your Ultimate SQL Tuning Solution

In the fast-paced world of data management, having a reliable and efficient SQL Server is crucial. Enter the SQL Monitoring & Performance Tuning (SMT) tool—your go-to professional solution for tuning SQL server databases. Designed by seasoned performance tuners and developed in-house, SMT is tailored for administrators, developers, and tuning experts. It’s more than just a tool; it’s the heart of SQL Server administration, providing 24/7 always-on monitoring and performance tuning.

Slow query performance due to partitions

On SQL Server, query B performs hundreds of times faster than query A. There are only 12 partitions in total. How to make query B as simple as query A but keep the performance?

Slow query performance due to partitions

On SQL Server, query B performs hundreds of times faster than query A. There are only 12 partitions in total. How to make query B as simple as query A but keep the performance?

#Sql query performance issue

I have four tables with the below query. select query is taking long time to query
table1(221 crore records),
table2(230 crore records),
table3(214 crore records),
table4(90 lakh records),