Viewing 15 posts - 1,771 through 1,785 (of 2,640 total)
The short answer is try it, test it. If it works/helps good if not forget it!!
October 4, 2006 at 4:10 am
I've sometimes made gains by making the bit column part of another index. I often encounter tables which have a column to designate current or active data. Every query always...
October 3, 2006 at 9:43 am
and congrats on mvp. The database chaining caught a few of us out on sp4 where we had some common code within master - suddenly it stopped working!!!
October 3, 2006 at 9:30 am
ah no you can't change an instance to a default - you'd have to run another install.
remove sql2k with remove programs.
October 3, 2006 at 7:56 am
sorry - yes implemented last three clients but not current, will check my own servers tonight.
I'd think that if the agent service was running a batch of commands then...
October 3, 2006 at 7:51 am
Your approach should be based on how much data is ion the table:
For a smallish table just take the table out of replication, make the changes, add it back and...
October 3, 2006 at 2:55 am
sql2k and sql2005 can exist quite happily side by side, they install as seperate installs and can be instances if you wish. One is never an instance of the other,...
October 3, 2006 at 2:49 am
sorry I was going to add, you have to license the o/s that sql server runs on, you always have, it's never come free, ever. I don't see what the...
October 3, 2006 at 2:44 am
It's normally easiest to license by processor, then you don't need cals. You can't cal an internet app, that's what proc licenses are for.
sounds to me like you're all...
October 3, 2006 at 2:41 am
sounds unrelated to me although the agent memory seems a tad high. How are you measuring this value?
October 3, 2006 at 2:33 am
yup you're mixing cals and procs, note that you don't really gain much by putting sql std on ent w2k3 unless you're 64bit or running a non dedicated sql server.
I'm...
October 3, 2006 at 2:30 am
been there done that, that's why I've finally posted. I'm pretty sure it's down to group policy but like most things you have to be able to prove it. Most...
October 2, 2006 at 3:21 pm
sorry - wrong key!!
October 2, 2006 at 3:17 pm
readers block writers and slow system makes transactions slower thus increasing blocking.
Quick fix = add more memory as this will cache more data thus making transactions quicker ( reduces disk...
October 2, 2006 at 3:10 pm
readers block writers and slow system makes transactions slower thus increasing blocking.
Quick fix = add more memory as this will cache more data thus making transactions quicker ( reduces disk...
October 2, 2006 at 3:10 pm
Viewing 15 posts - 1,771 through 1,785 (of 2,640 total)