Forum Replies Created

Viewing 15 posts - 2,326 through 2,340 (of 4,745 total)

  • RE: sql 2005 server has 3gb memory, do i need to enable awe

    AWE only comes into it if you have more than 4GB memory and you are using 32 bit.

  • RE: Transaction log backups

    I knew what you meant Grant.

    Thanks for the feedback. 🙂

  • RE: Transaction log backups

    Ok, a bit of humble pie eating here.

    this is the output from msdb..backupset. a full backup was taken followed by 3 tranlog backups. Nothing changed between the full backup and...

  • RE: DBCC Loginfo

    In my experience only the status column is of interest. If the value = 2 the vlf contains active transactions, if it = 0, it does not.

    If status = 2...

  • RE: Transaction log backups

    Yogirk (9/2/2010)


    I faced an interesting question in an interview the other day - the interviewer asked "We take transaction log backups we don't really have enough space to store them,...

  • RE: Backup Jobs

    always, always, backup your system databases. Difficult to recover a SQL instance without them.

  • RE: Backup Jobs

    well they would be in your backup of msdb.

    you could also use SSMS to script them out to file, and use your offsiting process to include those scripts.

    It's a good...

  • RE: What is the "proper"way to shut down SQL server

    Rudy Panigas (9/1/2010)


    This is my answer too. Although some DBA believe that the shut down for the OS does it quickly, not giving enough time to complete the write operations...

  • RE: What is the "proper"way to shut down SQL server

    shutting down the OS down cleanly shuts SQL down cleanly, the end result is the same as stopping the SQL services first.

    you would still want to schedule the OS shut...

  • RE: Can splitting a database to several databses improve performance.

    mtillman-921105 (8/31/2010)


    george sibbald (8/31/2010)


    mtillman-921105 (8/31/2010)


    I would think that it matters how often the tables would be joined when they were being used. If they always have to be joined...

  • RE: Can splitting a database to several databses improve performance.

    mtillman-921105 (8/31/2010)


    I would think that it matters how often the tables would be joined when they were being used. If they always have to be joined anyway, splitting them...

  • RE: Clustering

    Brandie Tarvin (8/31/2010)


    WayneS (8/31/2010)


    So, based on this, can you now explain what an Active/Active/Passive cluster is?

    I've got an Active/Active/Active/Passive cluster. @=)

    not anymore, you've got an n+1 cluster, same as everyone...

  • RE: Clustering

    WayneS (8/31/2010)

    So, based on this, can you now explain what an Active/Active/Passive cluster is?

    now referred to as an 'n+1' configuration by microsoft.

  • RE: Clustering

    Microsoft refer to these as multi-instance failover clusters now.

    for the simplest case of a two node cluster, it is where you have more than one instance of SQL installed on...

  • RE: Point to good info on backing up Db and Db transaction logs?

    Sql Server books Online is a good place to start

    look up backup database and dbcc shrinkfile.

    I would say in this case you must shrink the log file to about 20%...

Viewing 15 posts - 2,326 through 2,340 (of 4,745 total)