Viewing 15 posts - 7,021 through 7,035 (of 18,926 total)
homebrew01 (3/18/2011)
Only up to the point of your most recent t-log...
March 18, 2011 at 9:07 am
My problem at this cie is they since I'm not "certified", what I say doesn't matter.
So I'm hoping to get more tractions with your comments and experiences :w00t:.
My point is...
March 18, 2011 at 8:42 am
Any way you can use the 1st column in the where??
You might consider making an extra index with column 3, 2 in that order.
Assuming column 3 is selective,...
March 18, 2011 at 8:05 am
Ya, find ways to avoid doing that search. OR find other conditions that you could add that could use a filter.
OR do it like so where col like...
March 18, 2011 at 7:52 am
Check out this amazing article by Gail, that's what I do to solve performance issues. Usually takes less than 1 day of work over 1 week on most systems...
March 17, 2011 at 11:40 am
simonjday (3/17/2011)
This is a DB that we have a performance issue with and when i...
March 17, 2011 at 11:36 am
simonjday (3/17/2011)
HiSql 2005 Ent Edition 32 bit latest SP
Normal Views
What's the point of creating normal views to tune the db????
More to the point, you won't have ANY gain if you...
March 17, 2011 at 11:21 am
The only idea I have right now is to check used / unused indexes scripts based on the clustered index. That should give a fair-ish assessment.
The real question is...
March 17, 2011 at 11:06 am
you can try using expression 4 / 2.
That will tell you if you have some sort of display issue.
If that works, change the 4 to the first column and test...
March 17, 2011 at 9:10 am
Jacque.Murrell (3/17/2011)
SELECT ProductName, ProductCode
FROM Products
WHERE...
March 17, 2011 at 8:58 am
you need 3 tables.
Books
Authors
BooksAuthors
BooksAuthors will contain the id for the book and the author. You can add as many lines (authors) as required there for each book.
March 17, 2011 at 7:43 am
What do YOU, personnaly like to do???
That's the only question that matters! Period.
March 17, 2011 at 5:47 am
is250sp (3/16/2011)
March 16, 2011 at 8:52 am
Viewing 15 posts - 7,021 through 7,035 (of 18,926 total)