Forum Replies Created

Viewing 15 posts - 3,856 through 3,870 (of 4,745 total)

  • RE: DBCC Command to "Move pages to beginning of file before shrinking"?

    kevinsql7 (2/27/2009)


    Are you saying that the "move pages to the front" option would fragment your database and also shrink your log? Or the "truncateonly" option would fragment your database and...

  • RE: SAN Replication as DR strategy(SRDF)

    We are thinking of using SRDF as a DR process for our Non-clustered consolidated SQL servers. My question is how you apply SQL patches\upgrades when the local drives (ie C...

  • RE: Using SAN replication for DR on a SQL server

    the disaster recovery forum is obviously hardly visited, so I am bumping this thread..................

    any takers?

  • RE: DBCC Command to "Move pages to beginning of file before shrinking"?

    the command you have written would be correct except the % sign is not required.

    move pages to the front is the default action, you have to tell it NOT to...

  • RE: Log shipping 2005 issues

    did you resolve this?

    If not I would look for jobs backing up or truncating your logs outside of your log shipping process. Such actions would be reported in the errorlog...

  • RE: Defragmenting indices on tables with a small number of pages

    I've seen the figure of 1000 pages quoted because even then the table would only be 8MB big, which is pretty small.

    I suggest you find some small tables and...

  • RE: A true million SSc members

    see edit. Your just jealous.

  • RE: A true million SSc members

    Michael Valentine Jones (2/24/2009)


    Wouldn't 1,048,576 members be a MegaMember?

    No, that would be a GigaMember

    you are theoretically correct but its my thread and I get to name it. 🙂

  • RE: Max/Min Memory, and perfmon

    465789psw (2/24/2009)


    wish I could George, that would most likely solve my problem.....but you can not lock pages in memory on standard edition......only enterprise....microsoft is looking at this issues know....who knows...

  • RE: A true million SSc members

    its all yours then Gus.

    Ninja, you might want to edit that last post..................

  • RE: A true million SSc members

    I knew someone would jump on this.............but too late, shirt offered and accepted 🙂

    It was the 1,024 that jumped out at me:

    how many bytes in a KB - 1,024

    how many...

  • RE: A true million SSc members

    Steve Jones - Editor (2/24/2009)


    George, send me a PM with your address and size, and I'll shoot you a shirt. Didn't think about the 1024, and I updated the nl!

    I...

  • RE: A true million SSc members

    Grant Fritchey (2/24/2009)


    Yeah Steve, give us more stuff!

    OK, maybe just for George here for having a bit more wit than others.

    Grant here confirming he is a man of true taste...

  • RE: Max/Min Memory, and perfmon

    have you given the account that runs SQL the 'lock pages in memory' right. This will prevent SQL working set bring trimmed.

    And AWE is usable with standard edition in SQL...

  • RE: Messure table activity

    If this is 200 there is column rowmodctr in sysindexes which tells you the no. of updates , inserts, deletes since last stats update.

    Of course that leaves selects!

    Otherwise a server...

Viewing 15 posts - 3,856 through 3,870 (of 4,745 total)