Viewing 15 posts - 1,396 through 1,410 (of 1,640 total)
Our application/queries run much faster in testing enviroment with the same number of users.
About memory,
Thanks Oliii for pointing out perf counters for memory.
We do have a monitor...
May 13, 2011 at 11:46 am
Thanks, sqlbuddy.
This is very helpful, I will bookmark it for future reference.
May 13, 2011 at 11:27 am
Thanks so much. Please see in lines.
1. Even if you add additional memory, it is necessary to configure the above settings to get optimum Performance. If it is dedicated SQL...
May 12, 2011 at 6:24 pm
I can be flexible as long as OS is fine with that.
I see the targeting memory is already 9.2, so if I set max to 8.5, is that OK?
May 12, 2011 at 10:10 am
Thank you, it is enterprise 64 bits.
May 12, 2011 at 9:21 am
Thank you both, I will look into this and give it a try tomorrow.
A couple of thing I don't quite understand is 1. Warren said " If I were you...
May 12, 2011 at 2:43 am
Also can I setup a performance monitor to trace what could cause the bottle neck or blocking?
If so, what events shall i choose?
Thanks
May 10, 2011 at 10:14 am
Thank you, so I guess the second query I can get what query could cause the block, thanks.
May 10, 2011 at 10:08 am
Could you please explain a little what the two queries do,
One is sqlzealot-81 query.
The other is
Select st.text,sp.* from sys.sysprocesses sp
cross apply sys.dm_exec_sql_text(sp.sql_handle) st
order by sp.cpu desc
Do I...
May 10, 2011 at 9:22 am
I know I can use sp_who2 and sp_who to find which ProcessID is blocking another.
Is there a way that I can find which query or stored Procedure is caused blocking?...
May 9, 2011 at 9:03 pm
I cannot find eventID 7035. Also MSSQLserver related event users are all n/a
So I go to Security tab of windows log and checked records happen in that time
I found messages...
May 5, 2011 at 1:28 pm
Thanks, but I'm not asking the system or the server, I'm asking sql server services, do those messages in sql server log mean the sql server service is restarted?
Thanks
May 5, 2011 at 12:04 pm
Thanks, here I really mean sql developers not dba,
I'm interesting to be a sql developers too, so just curious what is the work flow and how web developers work...
May 4, 2011 at 12:45 pm
I see the report of schema change history, I see our report is huge, I export to excel to do some filtering.
If MS can add some filter on the report...
May 4, 2011 at 11:27 am
Viewing 15 posts - 1,396 through 1,410 (of 1,640 total)