Viewing 15 posts - 1,006 through 1,020 (of 2,640 total)
why do you bother? SQL Server will take the memory it requires to operate and if you still have 1gb of free memory at the end of the day that's...
September 24, 2007 at 4:22 am
I think you're being spun a line, I don't have experience of this array controller but i've changed cache and it didn't need an array rebuild - why would it,...
September 24, 2007 at 4:15 am
I'd also recommend Idera SQL Diagnostic Manager, I've used it for many years.
I also have a whole range of customised routines I can deploy to sql server, but to be...
August 30, 2007 at 5:12 am
this was a real can of worms and I can't remember which rollup you need to apply post sp2 to avoid all this. Personally I never use these type of...
August 29, 2007 at 5:50 am
absolutely - crap apps are always the problem. all the balancing and splitting of files, filegroups, arrays and databases only helps to a certain extent - I'm tuning an...
August 29, 2007 at 4:53 am
if plans are different then there will be differences, the amount of resource should not affect a query plan, likewise hyperthreading is probably a red herring. However, that said, not...
August 29, 2007 at 4:45 am
this type of post should be in newbies not performance tuning.
August 29, 2007 at 4:38 am
the multiple files work in sql2000 and sql2005 - you may want to enable a trace flag, especially in 2000, can't remember which off the top of my head.
You ideally...
August 23, 2007 at 7:38 am
what you need to remember is that sql server should not use the page file - therefore on a dedicated box you should set the page file to a fixed...
August 23, 2007 at 7:31 am
yes when part of another index - it really depends upon the actual queries, for example working with data where there is a column to indicate active/disabled so queries include...
August 23, 2007 at 7:28 am
you generally have to make them dbo of msdb database. Monitoring you can do through web assistant or reporting services or asp.net which allows users with no access to sql...
August 22, 2007 at 9:47 am
I'm slightly confused because an identity column is a property of an int or bigint column - guids use newid() property.
if you allow edits on systems without release documentation...
August 22, 2007 at 9:45 am
and always check your code actually does what it should when it should.
August 22, 2007 at 9:41 am
awe actually has a memory overhead due to paging to get the extended addresses and if you enable the 3gb switch you are restricting the o/s and all out of...
August 20, 2007 at 6:53 am
in general guids were one of the worst added features for sql server that allowed people to misuse. Most database's don't need guid's and at 25% the size an int...
August 20, 2007 at 6:44 am
Viewing 15 posts - 1,006 through 1,020 (of 2,640 total)