Forum Replies Created

Viewing 15 posts - 10,036 through 10,050 (of 49,571 total)

  • RE: Page life expetancy is low

    Benki Chendu (2/12/2014)


    GilaMonster (2/12/2014)


    Benki Chendu (2/12/2014)


    Gila - I would need help in showing my client a document which says 5000 is an agreed value. I can then convince them to...

  • RE: Lock escalation

    jungnaja (2/12/2014)


    When I use run select statement, it's about 1K logical reads, and 0 physical reads

    So that's 1000 pages read to get the 10 rows. If it's starting with row...

  • RE: Any Advice??

    Now, given that data you just posted, what do you want to happen? What must the end result look like?

  • RE: Page life expetancy is low

    Benki Chendu (2/12/2014)


    Gila - I would need help in showing my client a document which says 5000 is an agreed value. I can then convince them to tweak my SCOM...

  • RE: Lock escalation

    Does the update use an index? How many does SQL have to read to identify those 10 rows?

  • RE: Page life expetancy is low

    Benki Chendu (2/12/2014)


    Current PLE is set at 300 seconds/5 minutes

    Total memory on the instance is 64 GB

    300 is insanely low for that. 300 was a too low recommendation when...

  • RE: Foreign Keys: Essential or Academic?

    Eugene Elutin (2/12/2014)


    GilaMonster (2/12/2014)


    Eugene Elutin (2/12/2014)


    ...a senior database developer colleague of mine described the use of foreign keys as "purely academic" citing that FK's provide little benefit that can't be...

  • RE: Managing an Extremely Busy OLTP Server

    chandan_jha18 (2/12/2014)


    While this may be a good practice for most of the databases(I have witnessed a lot of similar ones), having an ever increasing key as clustered indexes might be...

  • RE: Foreign Keys: Essential or Academic?

    Eugene Elutin (2/12/2014)


    ...a senior database developer colleague of mine described the use of foreign keys as "purely academic" citing that FK's provide little benefit that can't be enforced through procedural...

  • RE: Foreign Keys: Essential or Academic?

    Essential. Absolutely essential.

    There's no procedural or application code that will stop someone from updating a table directly if they have permissions, or stop a newly written app from putting bad...

  • RE: Execute large number of insert statements

    Why do you say using the SSMS window will cause lots of blocking?

  • RE: How Often Do I Backup my Log?

    EricEyster (2/12/2014)


    This statement may need a bit of an update, or an clause that assumes your only recovery option is via your log backups. If you are using 2012 HA...

  • RE: Orphan logins fix

    Windows logins shouldn't be able to be orphaned, their SIDs come from the AD.

    Those logins exist and have matching users on the log shipping primary?

  • RE: Orphan logins fix

    Drop the logins. Recreate them with the same SID (security identifier) as they have on the log shipping primary.

Viewing 15 posts - 10,036 through 10,050 (of 49,571 total)