Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 1,640 total)

  • RE: SQLSERVER Memory Problem target memory

    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...

  • RE: SQLSERVER Memory Problem target memory

    Thanks, sqlbuddy.

    This is very helpful, I will bookmark it for future reference.

  • RE: SQLSERVER Memory Problem target memory

    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...

  • RE: SQLSERVER Memory Problem target memory

    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?

  • RE: SQLSERVER Memory Problem target memory

    Thank you, it is enterprise 64 bits.

  • RE: SQLSERVER Memory Problem target memory

    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...

  • RE: respond slow

    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

  • RE: respond slow

    Thank you, so I guess the second query I can get what query could cause the block, thanks.

  • RE: respond slow

    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...

  • RE: respond slow

    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?...

  • RE: Sql server restarted

    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...

  • RE: Sql server restarted

    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

  • RE: collation

    Is it also related with using system stored procedures ?

  • RE: sql developers and web developers

    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...

  • RE: who create new db or drop db

    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...

Viewing 15 posts - 1,396 through 1,410 (of 1,640 total)