Viewing 15 posts - 1,066 through 1,080 (of 2,640 total)
if you have more than one instance then you must set the max memory for each instance, the total assigned memory cannot exceed the total available memory less whatever for...
July 25, 2007 at 8:17 am
I know it's much later - but I was searching for the error - you mention 16 procs on a 4 way dual core , you should really disable HT...
July 23, 2007 at 10:32 am
even with 4 disks you will get so much better performance with raid 10 then raid 5. It's really well documented about raid and databases, been in sql books since...
July 20, 2007 at 4:59 am
if you're running 64bit you must set the max memory in sql server, otherwise you'll have real problems. I can't imagine why anyone would suggest you disable lock pages in...
July 20, 2007 at 4:46 am
you might want to try dropping your query into a proc and passing parameters to the proc and see if there's a difference.
July 19, 2007 at 3:12 am
Generally when awe is enabled sql server will grab all the memory, I assume you've set max and min memory ? I've never been able to run a small database...
July 19, 2007 at 3:01 am
Just making changes without understanding the cause can be dangerous :- consider:-
Your car braking has degraded, someone suggests new pads - you do this but sadly this isn't the...
July 19, 2007 at 2:56 am
you illustrate my point, just adding indexes without knowing why or understanding is dangerous.
Use a test system, compare performance, io etc. etc.
July 19, 2007 at 2:47 am
the views return data regardless of the method or source. You should not blindly add recommendations but research carefully.
July 11, 2007 at 6:58 am
I don't know how you're measuring memory but you can't use task manager. If you're enabled lock pages in memory you MUST set the max memory on the sql server...
July 11, 2007 at 6:56 am
Hmmm .. I'm not sure I agree, the biggest advantage of sql2005 is 64bit and I'd hope we were all heading this way very quickly - I accept I tend...
July 11, 2007 at 6:50 am
I think you're starting from the wrong assumption, it's highly unlikely you can mess with fill factors to eliminate fragmentation - and none of your hard work will offset the...
June 28, 2007 at 9:35 am
Hmmm .. think you might benefit from a good read of BOL or a suitable training course!
June 28, 2007 at 9:29 am
I suggest you buy more disks, raid 5 is absolutely no use except for a read only database, even for the budget user raid 5 is a waste of time....
June 25, 2007 at 8:15 am
If this is for a bank and I had an account with it I'd probably want to move to another bank!! Hope this isn't a UK bank - although I'm...
June 25, 2007 at 8:12 am
Viewing 15 posts - 1,066 through 1,080 (of 2,640 total)