Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sqlperformance

Performance Issue With Cross Apply While Reading Xml Nodes For Large Dataset

Performance issue with XML cross apply: DataTable has 1300 entries and the field xmldata has 250 n… Read more Performance Issue With Cross Apply While Reading Xml Nodes For Large Dataset

Index On Join And Where

Given the next SQL statement: Select * from A join B on A.id1=B.id1 and … Read more Index On Join And Where

Mysql Performance Of Query Making Addition Of Columns In Where Clause

I have a query making an addition of several column values in the WHERE clause. I can't precomp… Read more Mysql Performance Of Query Making Addition Of Columns In Where Clause

Sql Server : Merge Performance

I have a database table with 5 million rows. The clustered index is auto-increment identity column.… Read more Sql Server : Merge Performance

Why Are These Sql Server Statistics Outdated, When It's Set To Auto-update?

We have a SQL Server 2012 instance, with auto-statitics set to ON for the DB: But then i ran a que… Read more Why Are These Sql Server Statistics Outdated, When It's Set To Auto-update?

Slow Query Performance Left Joining A View

I have 2 tables: describe CONSUMO Field Type Null Key Default Extra idcons… Read more Slow Query Performance Left Joining A View