Viewing 15 posts - 1,966 through 1,980 (of 2,840 total)
Maybe there is a permission granted to Public to select from that table?
May 27, 2009 at 8:44 am
I remember what my teacher told me when she first taught us about index. "Index works the same as index section in a book. It helps to go to a...
May 27, 2009 at 8:34 am
Pradyothana Shastry (5/19/2009)
Try thisDBCC freeproccache
Dbcc dropcleanbuffers
By doing this, you know that you are clearing all the caches execution plans... Right? That will have a performance impact...
May 27, 2009 at 8:19 am
Alvin Ramard (5/27/2009)
Bob Hovious (5/27/2009)
What's an index?It's one of your fingers.
I know one more index..... It is the thingy that is always on a book or magazine....
May 27, 2009 at 8:12 am
I have seen this being used by GSquared quite often if I am not mistaken.. 🙂
May 27, 2009 at 8:00 am
Hey Grant, I did not know that you brew your own beer... :w00t:
I was planning to write another article (Another miserable try 🙂 ) but that will have to wait....
May 27, 2009 at 7:39 am
If I am not mistaken, In SQL 2005 there is a default trace that audits all DDL statements. I think you might be able to use it.
May 27, 2009 at 7:23 am
Paul White (5/27/2009)
Given the wealth of knowledge and talent around these parts, who's up for writing the perfect collaborative-effort book on indexing?
We could all get fabulously rich!!!...
May 27, 2009 at 6:56 am
Well, Trigger is something I am always vary off... I have seen people write whole business logic on triggers on a high transaction DBs and mess up the performance.... Maybe...
May 27, 2009 at 6:52 am
Control F5 did the trick. I was getting withdrawal symptoms of not able to see the site... :hehe:
May 26, 2009 at 10:18 am
Hey, How are you all getting on to the site? The only page that works for me is this. Rest of them gives me a zonal error. 🙁
May 26, 2009 at 9:48 am
Best thing would be to search this site itself. There are lots of articles written by Brian Kelley, one of the best SQL Security guys you can find.
May 22, 2009 at 12:46 pm
Cricket too its the same. Even if the umpire makes a mistake, you cannot question the umpire. Else you might be banned for the next game or 3.. 🙂
May 22, 2009 at 10:44 am
Cant you use profiler? It will catch everything
or maybe I did not understand your question properly
May 22, 2009 at 9:40 am
Hey Lynn, I am not an expert in this, but couldn't the Index fragmentation and the fact that the query is trying to retrieve all columns make the query engine...
May 22, 2009 at 9:38 am
Viewing 15 posts - 1,966 through 1,980 (of 2,840 total)