Forum Replies Created

Viewing 15 posts - 3,136 through 3,150 (of 6,679 total)

  • RE: Mirror isn't catching up

    I think you need to figure out why you built up 56GB of transactions. Also, you need to work with your network team to figure out what is going...

  • RE: While...Union

    Daryl-273852 (6/15/2011)


    One possibility is to create a warehouse type of table that is the structure of your tables with an additional column for the source-table-identifier. Then you could have...

  • RE: Mirror isn't catching up

    Well, first we need to deal with your misunderstanding.

    Mirroring does not restore transaction log backups. Transactions are sent to the mirrored database and applied as fast as the system...

  • RE: How to release space used by a table?

    Lee,

    ROW_OVERFLOW_DATA - Holds variable length data stored in varchar, nvarchar, varbinary, or sql_variant columns that exceed the 8,060 byte row size limit."

    I believe the above is related to a single...

  • RE: When is shrinking a data file acceptable?

    Yes, I can think of ramifications - index fragmentation, file fragmentation - and basically, just a waste of time and resources.

    If you are constantly shrinking a file - and then...

  • RE: How to release space used by a table?

    It is just a numbers table.

  • RE: Looking or HA options

    sqlnaive (6/13/2011)


    I ws actually looking from same point of view. To reduce lockings. However just this factor does not justify to have different sql instance on same server or does...

  • RE: database mirroring

    4u.chethan (6/13/2011)


    I think from SSMS database monitor

    we can only find the status but i want to know till which transaction log backup its been mirrored.

    is there any way i can...

  • RE: Looking or HA options

    sqlnaive (6/13/2011)


    Hello Guys, Recently I was looking for one option as per our requirement. I've read about Mirroring, replication etc. I have one prod server and now need one different...

  • RE: How to release space used by a table?

    Lee Crain (6/13/2011)


    Jeffrey,

    Sorry I took so long to respond on this subject; I've been very busy.

    I knew I'd read documentation to the contrary of your assertion. Adding data to...

  • RE: CPU and memory monitor

    sqlfriends (6/12/2011)


    Thanks, that's what I experienced too. So I will use in the server then.

    But for sql profiler trace, can you confirm it is easy to run on my local...

  • RE: Service pack installation on Active\passive and Active\active cluster of SQL Server 2005

    In addition to Steve's advice, you need to put together the plan for the downtime.

    Step 1: Document cluster configuration

    Step 2: Document service accounts used for each service

    Step 3: Document AD...

  • RE: Memory

    I really don't know where these articles are that recommend letting SQL Server manage the memory. Anyways, here is what I have found to work on x64 hardware:

    With lock...

  • RE: "Advanced" backup scheduling......

    I guess I still don't get it - you are looking at modifying when you backup the databases, and not when that is copied to tape.

    I would be worried about...

  • RE: SQL server services in "AUTOMATIC" start type doesn't start after a server reboot.

    Check the dependencies on the service - you are probably missing one or more that are required for SQL Server to start.

Viewing 15 posts - 3,136 through 3,150 (of 6,679 total)