Viewing 15 posts - 1,696 through 1,710 (of 2,640 total)
most dbcc commands will use multiple processors.
write a rubbish view or query that forces a parallel plan - monitor processor use.
write a number of heavy cursor based inserts/updates - run...
November 7, 2006 at 9:04 am
I've two thoughts - there are some procs which register and deregister extended proc calls.
Why are you changing dll's if you think processes are running? If you're worried about that...
November 6, 2006 at 4:49 am
at a rough guess I'd say permissions.
November 6, 2006 at 4:45 am
use remote procedure calls via linked server enabled for rpc calls only. Check out BOL
November 6, 2006 at 4:42 am
Clusters are not too bad as long as you ALWAYS remember to administer the sql server in cluster administrator. NEVER try stopping or starting the sql/agent service other than in...
November 6, 2006 at 4:41 am
Performance tuning is all about establishing baselines and trending statistics so that you can evaluate and diagnose performance.
Best practices should establish regular maintenence routines and processes to optimise the database(s)...
November 6, 2006 at 4:34 am
Question is too vague. If you're inferring parallel threads causing multiple spids which block the same user then search the forums , under parallelism, as it's been listed far too...
November 6, 2006 at 4:29 am
Hi John
Normally you'd set tempdb on its own array because it has a lot of heavy useage, I monitor the throughput on all my databases so if tempdb is doing...
November 4, 2006 at 1:59 am
why don't you modify your script to take account of multiple files?
November 3, 2006 at 3:22 am
It's the process of attempting to resolve the question that is of interest to the interviewer not the answer.You wouldn't believe how hard it can be to lead someone to...
November 3, 2006 at 2:25 am
very strange - you could use perfmon/task manager to figure out what is using ther page file.
I usually try to place the page file on a fast drive . I...
November 3, 2006 at 2:13 am
There's no magic wand to wave for index tuning - I make most of my living performance tuning applications and servers. Ultimately each problem query needs attention, it may take...
November 2, 2006 at 9:37 am
I'm fortunate in as much as I usually only get to pose the technical questions - senior managers do the rest. As I usually work within production environments I have...
November 2, 2006 at 9:26 am
ps .. restart sql service.
November 2, 2006 at 8:22 am
should be easy to see what's happening, run up a perfmon to check. There should be no, well almost, paging at all on a sql server.
There should be some free...
November 2, 2006 at 8:21 am
Viewing 15 posts - 1,696 through 1,710 (of 2,640 total)