Forum Replies Created

Viewing 15 posts - 721 through 735 (of 1,366 total)

  • RE: Backup Failure

    CHECKDB came clean.

  • RE: Log Shipping - manual .trn backup

    You can use the copy_only option to take Log backup without breaking the LSN chain.

    I believe the adhoc backup will have continuing LSN and placing that in log shipping folder...

  • RE: Checkpoint & Commit

    Suresh B. (8/9/2012)


    1. Checkpoint writes dirty pages to disk. Not individual rows.

    a. Did not understand the question. Eighter rollback or commit can happen. Not both.

    2. When the server starts up...

  • RE: Master database corruption

    Hi Achtang,

    Again you have to restore the new master with your master backup file otherwise it wont read your user databases it will all greyed as ur new master have...

  • RE: Alerting

    Check the email from address that will give you a good idea from where its generation if its giving alert through email.

  • RE: SQLServer 2000 Using Ram

    Do you have 2005 Client??

    Connect using that, i mean 2005 SSMS check the properties of the server-->memory it will show you the max memory configured for the server.

  • RE: Performance issue

    Sorry Gail,

    Cant download from here..

    Will read those and get back to you.

  • RE: Performance issue

    I saw only one page and went through that.

    "We spend much of our working life helping solve SQL Server-related performance problems, hands-on, during consulting, or on online forums. We've seen...

  • RE: Performance issue

    Thanks Gail.

    Can you please guide me what exactly i need to do i ruled out CPU bottleneck as i found the CPU usage below 30% most of the times.

    User connection...

  • RE: Heap Table

    That was informative..Till now i thought table doent having clustered or non-clustered index is called heap..

  • RE: TempDB Log file full

    Derrick Smith (9/28/2011)


    Just a note here, the active transaction may not be in tempdb. It's most likely in your app database and is just using tempdb and therefore wont show...

  • RE: TempDB Log file full

    Steve Jones - SSC Editor (9/28/2011)


    You can close some connections and those objects will drop their tempdb space. Or cancel the transactions.

    You could try adding 5MB to the existing...

  • RE: TempDB Log file full

    Steve Jones - SSC Editor (9/28/2011)


    You'll need to grow tempdb to gain a little space for the growth operation.

    You can restart SQL Server as well to clear the tempdb db...

  • RE: Query Performing slow when connections increase

    Netic (9/23/2011)


    The size of the "touched" tables aren't the same during morning and night right ? 🙂

    its the same table,same number or rows,same data..

  • RE: Query Performing slow when connections increase

    But if thats the case tehn it should not run fast next day morning right??

    It is like everyday morning the query executes in seconds and in afternoon its taking hours..Actually...

Viewing 15 posts - 721 through 735 (of 1,366 total)