Viewing 15 posts - 556 through 570 (of 2,640 total)
the fastest way to return data is to make sure the table is in cache, there is no contention, there are indexes which optimise data retreival and any updates. If...
May 12, 2008 at 3:56 pm
could you be a bit more specific please? like which pool and probably why?
there's a couple of rdl's you can download which will show some info
May 12, 2008 at 3:52 pm
most commands still work in 2005 but many do not in 2008. Putting a 80% fill factor will make your database about 25% bigger.
this proc will do a full...
May 12, 2008 at 3:45 pm
Because I wish to be diplomatic and to be honest slagging off a company is really bad practice and doesn't really add anything constructive - I don't want to mention...
May 12, 2008 at 2:10 pm
yeah but you miss Jeff's point that, and I've seen this too, developers end up casting every character column to upper or lower which does screw things up big time.
Funnily...
May 12, 2008 at 2:05 pm
I suspect that most people who claim the performance gain for binary have never actually read it up. The gain is there but only for selected searches/sorts and in most...
May 11, 2008 at 8:53 am
The main problem with SAN performance is that the monitoring tools are very expensive, most clients don't buy them so you are on a hiding to nothing to start with!...
May 11, 2008 at 8:49 am
fn_virtualfilestats is fine with sql 2005 , think you're being too picky!
I sense a vast lack of knowledge in dealing with the original post - quad core procs do support...
May 9, 2008 at 4:36 am
Hmmm .. my desktop has more RAM than that!! I'd suggest you might go to 4GB ram on your server, out of the box that'd give sql...
May 9, 2008 at 4:22 am
you need to run / collect perfmon data to manage this - or buy a tool sauch as Idera SQL Diagnostic Manager - This is all part of trending and...
May 9, 2008 at 4:17 am
I seem to recollect we have had this same discussion so many times over the last few years. As a certified ( http://www.snia.org ) person I'd suggest you challenge the...
May 9, 2008 at 4:14 am
I've remarked a number of times that whilst the amount of information available on the various ms blogs is fantastic it doesn't always link up team to team, sometimes the...
May 5, 2008 at 10:59 am
I'm thinking about a post/page about x32 memory - I thought that this subject was old hat these days but obviously not! I also want to test x32 on...
May 4, 2008 at 1:00 pm
you should not use the raw data in the dmv's for index analysis, always port the data to a table at regular intervals and analyse from there. I had some...
April 29, 2008 at 2:00 pm
It seems to me there's still so much lack of understanding how memory works with SQL Server. Forget x64 and consider x32. You only have three options ( + one...
April 29, 2008 at 1:52 pm
Viewing 15 posts - 556 through 570 (of 2,640 total)