Forum Replies Created

Viewing 15 posts - 44,401 through 44,415 (of 49,571 total)

  • RE: ALLOW_PAGE_LOCKSand ALLOW_ROW_LOCKS

    If ALLOW_PAGE_LOCKS is off, then SQL will not take page locks on that index. It will only take locks at the row or table level.

    IF ALLOW_ROW_LOCKS is off, then SQL...

  • RE: SQL Server Perfmon Counter: Databases

    When you set up the counters you can specify which DB it's for, or specify counters for all databases overall.

  • RE: Performance issue on my PROD server

    Developer (as it's name implies) is licenced for development usage only. I would suggest you replace the version on the test server with dev edition and put standard edition...

  • RE: Thank You All

    jcrawf02 (9/19/2008)


    With the knowledge I've gained here at SQLServerCentral, I've gone from (December 2007) a guy who didn't know how to join tables at all and wouldn't have been...

  • RE: How to Identify in how many Storedprocedures hasa sp been called?

    In 2005 and higher the system tables are no longer visible and cannot be queried.

    Objects like sysobjects, sysdepends, etc are known as compatibility views and are only included for...

  • RE: Truncate Log

    It's not possible. All data modifications are logged and the log entries cannot be discarded from the log until the transaction has committed and the data pages changed by that...

  • RE: How to Identify in how many Storedprocedures hasa sp been called?

    Yup. sysdepends is as inaccurate as ever in 2008, and deprecated to boot. It hasn't been fixed, it's been replaced

  • RE: SQLSERVER IS NOT STARTING

    Can you open the services manager and try to start the SQL Service. If it gives an error, please note exactly what error it gave. Also check the SQL error...

  • RE: Deadlock

    Ok, the deadlock is occurring in the procedure "dbTest.tsuser.jxc_158". It looks like both processes are running the same proc.

    It looks like there's an update (line 10) (UPDATE "timesheet_cache" SET...

  • RE: Truncate Log

    harsha.bhagat1 (9/19/2008)


    Hi,

    I anybody have any dml statments that while deleting the records it does not goes into the log or the moment 1 delete is complete it should truncate the...

  • RE: Cluster error

    Ok, so if Node 1 is active you can see S drive and it has a whole directory structure, if node 2 is active you can see S drive but...

  • RE: Cluster error

    Hang on, you can see S drive from both nodes?

    If so, that means that different 'drives' are getting mapped as S on the two nodes. You should be able to...

  • RE: Best way to shrink a log file?

    fizzleme (8/20/2007)


    We do full backups on a daily basis. That is sufficient for our needs. Truncating the log was acceptable.

    Then set the DB into simple recovery mode so that the...

  • RE: ALLOW_PAGE_LOCKSand ALLOW_ROW_LOCKS

    salmanucit (9/19/2008)


    Thanks Shaw

    Can you, or anyone else explain three questions i asked?

    I did. It depends on the number of rows affected by the query and the amount of lock memory...

  • RE: Cluster error

    If you log onto node 2 (remote desktop), can you see drive S in windows explorer?

    If you open cluster administrator, is drive S a dependency of the SQL group (it...

Viewing 15 posts - 44,401 through 44,415 (of 49,571 total)