Viewing 15 posts - 3,841 through 3,855 (of 4,745 total)
just quickly does the login have the correct default database................
March 9, 2009 at 7:29 am
got this right as an educated guess because mirroring is the industry accepted 'easier' to set up, and as the new kid on the block is seen as better.
However as...
March 9, 2009 at 7:03 am
SSc (sic)
thanks for the informative post back
cheers
george
March 8, 2009 at 3:14 pm
haven't tried it but appears to be available here http://www.codeplex.com/MSFTDBProdSamples
post back if it works for you
March 8, 2009 at 8:35 am
t.walker (3/6/2009)
Although I am a rookie here, I am also a...
March 7, 2009 at 8:20 am
for this particular long running query its definitely a block, so thanks Gail. It sure helps to be able to bounce things off people when your brain has stopped.
the insert...
March 6, 2009 at 7:35 am
Mohit,
the througput is high, also this is a consolidated server, I presume pssdiag can set filters by database as it runs profiler.?
The old pssblocker script produced mountains of output, is...
March 5, 2009 at 4:06 pm
Jack Corbett (3/5/2009)
I'm just going to guess, and since Gail didn't mention it I may be way...
March 5, 2009 at 7:57 am
GilaMonster (3/5/2009)
I've never seen profiler reporting false durations. You sure there's no blocking in the prod database that could be making the insert wait?
GilaMonster (3/5/2009)
March 5, 2009 at 7:49 am
backing up master db won't affect no of locks held, though it is something you should be doing on a regular basis!
use sp_lock to see how many locks are taken...
March 4, 2009 at 8:36 am
also see http://support.microsoft.com/kb/918483 - it appears lock pages in memory only applicable for enterprise edition
you didn't say what version you had!
March 3, 2009 at 4:01 pm
sounds like the working set is being trimmed, have you set lock pages in memory for the SQL service account.?
March 3, 2009 at 3:43 pm
Its more probable the users on server C have become orphaned. run sp_helpuser or select * from sysusers and see if the login column is NULL.
Did you set the logins...
March 3, 2009 at 3:17 pm
Kris, any other signs of memory pressure.? Can you allocate more memory to SQL in your environment?
March 3, 2009 at 10:41 am
Vera, I asked this question a couple of months ago and got very few replies! Having considered it and trawled various resources I have come to the conclusion that I...
March 2, 2009 at 7:40 am
Viewing 15 posts - 3,841 through 3,855 (of 4,745 total)