Viewing 9 posts - 1 through 9 (of 9 total)
The companies are allowed up to 3 coupons, So 3 titles.
Im going to try the method posted above and let you know the results.
July 9, 2008 at 8:57 am
Thanks. I did not notice that.
That column is not even being used in the source code or even being returned by the main query to begin with ,so its been...
June 6, 2008 at 3:36 pm
Thank you very much!
I could not get what you gave me to work exactly as it is, but the execution time is now 2.437 seconds on average vs 5.966 seconds.
This...
June 4, 2008 at 9:17 pm
The function runs very fast.
It returns all categories that are under the parent category.
In the case of category 42 - it returns 965 subcategories , sub-sub categories and so...
June 4, 2008 at 1:34 pm
Auto Update for stats are turned on.
I updated the stats on all tables using this script
http://www.sqlservercentral.com/scripts/Index+Management/31823/
but the estimated rows are still the same.
June 4, 2008 at 1:28 pm
changing that into a inner join produces the same execution plan
June 3, 2008 at 9:20 pm
I'm not sure how to get that information. I create all my indexes in SQL Management Studios table designer.
I think your on to something. I removed it completely from the...
June 3, 2008 at 7:12 pm
The clustered index seek in the execution plan refers to these 2 lines in the sql below
"AND (dbo.CSK_Store_Product.statusID <> 99)
AND (dbo.CSK_Store_Product.isDeleted = 0)"
SELECT
ProductList.productID,
ProductList.sku,
ProductList.productName,
ProductList.shortDescription,
ProductList.manufacturerID,
ProductList.statusID,
ProductList.productTypeID,...
June 3, 2008 at 2:58 pm
Viewing 9 posts - 1 through 9 (of 9 total)