Viewing 15 posts - 796 through 810 (of 2,640 total)
technically running in single user mode would be quicker as you would not suffer from any contention or user activity. Some commands require single user to run, e.g. rebuilding system...
December 21, 2007 at 4:59 am
we haven't answered question 2 fully I note.
This is more tricky and I'm not sure it's actually a very fair question , I have some ideas as it's happened to...
December 21, 2007 at 4:56 am
I sometimes like to play devil's advocate, especially with some of the answers as I often feel many sql myths are born this way!!
I have never ever improved or changed...
December 21, 2007 at 4:50 am
actually the answer and solution I'd give , having suffered from this problem, is that the result sets returned by this proc vary so much that the cached plan...
December 20, 2007 at 3:38 am
you might like to scan through this analysis I did on adding clustered indexes to tables and the size/choice of clustered key
http://grumpyolddba.co.uk/sql2005/working%20with%20indexes%204.mht
the work I did was based upon tables having...
December 20, 2007 at 3:09 am
well we can run through the usual supects;
updates stats
updateusage
checkdb
auto close off
auto stats on
rebuild indexes
fragmentation of files and disk system
your application has some poorly indexed tables
plan re-use for diverse result sets
it's...
December 20, 2007 at 3:05 am
the reporting capability doesn't work when the database is in 2000 mode - I consider this a disadvantage so chnaging to 9.0 allows better database reporting.
As mentioned it doesn't check...
December 20, 2007 at 3:01 am
the microsoft performance dashboard is your custom reports along with dmv stats. I am planning to publish a series of cutom reports onto my web site, hopefully before christmas, these...
December 20, 2007 at 2:57 am
virtual memory and memtoleave are totally different matters. the -g startup is not so much a fix as needed in certain circumstances. I've probaly mentioned this before but the real...
December 19, 2007 at 2:51 pm
I might write something up - I have the partitioning documented as it was using lots of filegroups with multiple files so was quite complex - it also used the...
December 19, 2007 at 4:22 am
I had a similar task in sql 2000 with partitioned views - we'd trended our server so knew exactly when it was quiet - it was an international application so...
December 18, 2007 at 10:07 am
just an observation here that I often make - databases hould run on server o/s not desktop o/s. Sorry but if you're using w95/98, w2k prof, xp, vista you're not...
December 18, 2007 at 9:54 am
without wanting to start a whole new thread within a thread - on-line restores, filegroup restores and backups etc. are a whole different area to partitioned tables. I don't...
December 18, 2007 at 9:24 am
yup agreed, although I admit to being biased as tuning is what I do most of. No offence to the posters in this thread but I meet too many people...
December 18, 2007 at 8:58 am
ah - what patch levels are you running on o/s and sql server? I had problems with proc cache memory and a problem with ad-hoc queries, you need at least...
December 17, 2007 at 4:25 pm
Viewing 15 posts - 796 through 810 (of 2,640 total)