It will not take 10 minutes to return 75k rows with only 3 columns (unless you're on an Edge mobile connection or a 14.4 modem or something). Can you run the following and post the results:SET SHOWPLAN_TEXT ONSELECTFact_Invoice.Date,Fact_Invoice.ProductCd,Fact_Invoice.CustomerNoFROMFact_Invoice,Dim_Calendar,Dim_FiscalDates,Products,Customers,RegionsWHERE Fact_Invoice.Date = Dim_Calendar.Date ANDFact_Invoice.EventDate1 = Dim_FiscalDates.Date ANDFact_Invoice.ProductCd = Products.ProductCd ANDFact_Invoice.CustomerNo = Customers.CustomerNo ANDRegions.CustomerNo = Customers.CustomerNo
- LumbagoMy blog (yes, I have a blog now! just not that much content yet) -> www.thefirstsql.com