Quantcast
Channel: Comments on: SQL SERVER – 2008 Star Join Query Optimization
Browsing all 10 articles
Browse latest View live

By: Matthew Crawford

Thank you for this informative article, I had not read about this before but this will make a strong case for using a star schema when it fits the DB utilization.

View Article



By: Tirthankar Dutta

Please optimize it **************************** SET statistics io ON; SET statistics TIME ON; SELECT itm.userreviewid AS itemid, itm.reviewitem AS title, itm.imgpath AS imgpath, ‘Barkspider’ AS...

View Article

By: SQL SERVER – Weekly Series – Memory Lane – #006 « SQL Server Journey with...

[...] Star Join Query Optimization At present, when queries are sent to very large databases, millions of rows are returned. Also the users have to go through extended query response times when joining...

View Article

By: Nags

Hi Pinal, Thanks for such a great article, I have a small doubt in this, as per the star join startagy it will create hash tables. If our fact table is very huge and our temp DB can’t take up this...

View Article

By: Nouman Malik

some quries take too much time to be executed at my distributed appliction database so I got technique is 1.Make script of entire tables and sps 2.Delete then re-create database 3-Execute script throug...

View Article


By: Matthew Crawford

Thank you for this informative article, I had not read about this before but this will make a strong case for using a star schema when it fits the DB utilization.

View Article

By: Tirthankar Dutta

Please optimize it **************************** SET statistics io ON; SET statistics TIME ON;SELECT itm.userreviewid AS itemid, itm.reviewitem AS title, itm.imgpath AS imgpath, ‘Barkspider’ AS...

View Article

By: Nags

Hi Pinal, Thanks for such a great article,I have a small doubt in this, as per the star join startagy it will create hash tables. If our fact table is very huge and our temp DB can’t take up this...

View Article


By: Nouman Malik

some quries take too much time to be executed at my distributed appliction database so I got technique is 1.Make script of entire tables and sps 2.Delete then re-create database 3-Execute script throug...

View Article


By: stan teitelbaum

Hi Pinal. When you say “Typically, on an average, data warehouse queries run faster to approximately 20 percent” do you mean ideal optimized target run time is 20% of an equivalent non optimized query...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images