Viewing 5 posts - 1 through 5 (of 5 total)
Go to task Manager --> processes tab -->check show process from all users --> sort on cpu,memory columns
July 13, 2010 at 1:36 am
Is it fine to just set the MAXDOP as the number of processors?
is it mandatory to use the MAXDOP query hint?
does the 2 options combinations have any impact?
as i say...
May 9, 2010 at 11:51 pm
Thank you for your efforts
some how i figured it
Here is the query
Declare @login table ( Database_name Varchar(1000),Login_Name varchar(2000),Username varchar(200))
Insert into @login
exec sp_msforeachdb @command1=...
April 28, 2010 at 10:08 am
there were no blocking
ours is 4 GB ram and the size of the records it returns is 2,50,000 and which is only 660MB
April 20, 2009 at 4:30 am
Viewing 5 posts - 1 through 5 (of 5 total)