Viewing 15 posts - 1,411 through 1,425 (of 2,640 total)
if target memory is greater than total memory then this indicates your server is short on memory, not that you have a memory leak.
January 29, 2007 at 6:04 am
It's all very well posting links as answers, doesn't really give "real world" experience !
The article referenced is not complete or accurate.
With 4Gb of ram you have two options, use...
January 29, 2007 at 5:56 am
disk io completion time is the main one I use, if the counter is over 10ms ( I guess for a sata drive ) then it is a possible bottleneck....
January 29, 2007 at 5:42 am
There's been a number of posts about the somewhat dubious value of the tuning wiz in sql 2000. I'd suggest you don't use it and if you must use such...
January 29, 2007 at 5:38 am
timing of queries at the client is of dubious value unless you're interested in network stats. Use profiler to time your queries. The getdate() example is pretty worthless, I suggest you...
January 29, 2007 at 5:34 am
It's all to do with io, pages, index width/column width, selectivity and locks, there's not a "golden solution" to effective indexing and as Lynn correctly states it's more of an art....
January 29, 2007 at 5:28 am
you need to be a little more specific, the term "crash" means nothing.
January 29, 2007 at 5:18 am
oh well lets just upset a few more people!! I find extensive use of nolock to overcome poor programming by developers who don't understand transactions and isolation ( and data...
January 25, 2007 at 9:04 am
It doesn't work like that - you have to establish the business needs - have a search, there's lots of info about this subject.
January 25, 2007 at 2:03 am
agreed batched small deletes work so much better. make sure the delete criteria is indexed, you should index for deletes to avoid scans. I know no-one makes much reference to...
January 25, 2007 at 2:01 am
it has an open tran, you need a commit.
January 25, 2007 at 1:58 am
Hmm .. guess you'd fail the mcdba questions on server vs client cursor processing. Using a client cursor ( and looped processes are still cursors even if in disguise 
January 25, 2007 at 1:56 am
it's a bit of a fallacy that you always need to clear the cache(s) , total of logical + physical should always be the same regardless of make up. In...
January 24, 2007 at 8:27 am
Viewing 15 posts - 1,411 through 1,425 (of 2,640 total)