Viewing 15 posts - 5,386 through 5,400 (of 5,843 total)
I would enable /3GB switch and limit both sql instances to 1GB initially. You may be able to tweak them up a bit but wouldn't expect much.
January 18, 2008 at 9:35 am
I can't advise you on what you need to do to benchmark this setup in a forum posting (this would be at least a week-long consulting project to do it...
January 18, 2008 at 9:05 am
One possible way to improve performance here is to create calculated columns and index them. This would negate the need to use functions on the join columns - which...
January 18, 2008 at 8:53 am
I am going to give my standard spiel here that you should find the budget to get a professional to come in for a few days to give your entire...
January 18, 2008 at 8:47 am
For those that do non-tsql development I wanted to point out a VERY important tidbit in Linchi's article mentioned above:
"If the stored procedure is called as a language event (i.e....
January 18, 2008 at 8:27 am
Yes, there is. Buy a copy of ApexSQL Log from ApexSQL.com. It is my VERY strong opinion that every production sql server environment should have the functionality this...
January 18, 2008 at 8:21 am
I have been advising my clients to go to 3186 and stop there for now. I got some validation for that last night on the SQL MVP monthly topics...
January 18, 2008 at 8:17 am
Actually AFAIK it is STILL the best practice to reference columns as you state - at least in ADOc. There is a demonstrable gain in efficiency in doing so.
January 18, 2008 at 8:00 am
The particular issue I was speaking to would take just the opposite kind of testing to nail down. Think 1M iterations of a select from a single tinyint table...
January 17, 2008 at 9:15 am
Jeff, your description is right out of my latest client's playbook!! They have spent the last 2+ years throwing mid 7 figures at hardware to address flagging performance (and...
January 16, 2008 at 5:45 pm
Jeff Moden (1/16/2008)
I consider myself to be one of the best around at sql server perf tuning and this product will take me to the next level due to some...
January 16, 2008 at 5:38 pm
Better than agreeing to disagree Colin is to KNOW. Review this page, which has very clear and concise examples of why you really do need to read ALL other...
January 16, 2008 at 4:24 pm
Hmm, I wonder about that. I would think that the optimizer would 'flesh out' the full column list for SELECT * queries at the time the plan was created,...
January 16, 2008 at 12:50 pm
ApexSQL Edit is absolutely incredible for the array of things it can do to assist you in writing, testing, controlling, outputting tsql and sql server data. I am also...
January 16, 2008 at 8:38 am
Independent consulting can be the best thing in the world - or it can be a total nightmare. You could make $200K one year without breaking a sweat and...
January 16, 2008 at 8:27 am
Viewing 15 posts - 5,386 through 5,400 (of 5,843 total)