Forum Replies Created

Viewing 15 posts - 16 through 30 (of 38 total)

  • RE: SQL Server 2008 R2 Activity Monitor

    Many users have been experiencing slowness. I just start looking at Activity Monitor and these 2 numbers alert me.

  • RE: SQL Server 2008 R2

    Other SQL Servers (same version) all have the min server memory setting changed to 1 GB, that's why I wonder if I should change mine too.

    One more question, this...

  • RE: database is slow

    How should I check if Parallelism is happening? Thanks.

  • RE: database is slow

    I have index rebuild twice a week and statistics update 4 times a week. Looks like the high CPU usage slow down the database access, but how come i find...

  • RE: Sleeping processes

    I don't know if the application close connection properly. I should talk to the application owner, or there is way to find out from sql server side?

  • RE: CheckPoint

    When I ran sp_who2, the LastBatch column shows the date when we reboot the server.

  • RE: CheckPoint

    So there is nothing I should do?

  • RE: CheckPoint

    No, I didn't make any changes to the server configuration. The database is online, but the checkpoint process uses 171710191 CPUTime, 12279947 DiskIO, which makes me concerned.

  • RE: SQL Server Logs

    Thanks, George. I will talk to our system admin. but at the same time, since all the failed logins are recorded in the Error Logs, which makes it grows fast....

  • RE: Update Statistics Error

    Run DBCC CHECKDB on the user database? I just wonder why the error message refers to the tempdb.mdf file.

  • RE: Permission on a trigger

    Thank you, Sean. It works now. I just need to grant the Alter permission to the table.

  • RE: Permission on a trigger

    I have a trigger on a table, the trigger delete records from another table. I need to grant a permission to a user who can turn on/off the trigger. I...

  • RE: SQL Server 2008

    This is a clustered server. There are lots of databases on the server. Every once a while they ask me to add some databases up there in order to save...

  • RE: SQL Server 2008

    Thank you, IgorMi. Since PLE is just one of performance counters. Do I need to look at other performance counter to determine the memory issue? Or as long as PLE...

  • RE: SQL Server 2008

    here is the result from the query, How should I interpret it? Thanks.

    Node PageLife PageLife_S BufferPool_Pages BufferPool_MiB BufferPool_MiB_S

    12:08:19 43699 5359046 41867.547 ...

Viewing 15 posts - 16 through 30 (of 38 total)