Forum Replies Created

Viewing 15 posts - 43,096 through 43,110 (of 49,566 total)

  • RE: Backup database Question

    Maybe.

    The database backup backed up data as it finds it on disk. Once it's done that, it backs up enough of the transaction log to ensure that the database can...

  • RE: unique performance problem with across database queries and DML operation using trigger

    What wait type are you seeing on the queries when they run long?

  • RE: Recovery State

    anam (11/16/2008)


    Hi Gail

    I tried with query you gave me but it didn't work. the error message i get is

    The message is pretty self explanatory. SQL can't take a log backup...

  • RE: Mirroring

    binu.ma (11/16/2008)


    Kinldy help me.

    Already have.

    If you completely disable mirroring, you will have to restart it from scratch, with a restore of a full backup.

  • RE: Mirroring

    If you completely disable mirroring, you will have to restart it from scratch, with a restore of a full backup.

    Why did you need to check the mirrored DB? It...

  • RE: Row locking / Record locking in SQL 2005

    Why do you want to manage locking in the app?

    SQL takes locks automatically in the required mode and with the best possible granularity for each statement, nad it will release...

  • RE: Mirroring

    I'm not sure I understand you. Have you stopped mirroring or are you planning to. First post said you had, second said you needed to do it. If you have...

  • RE: Mirroring

    Did you pause the mirroring session, or did you completely disable mirroring?

    If you look at the servers in management studio's object explorer, do the database still mirrored and principal/mirror?

  • RE: Server Logs

    Someone tried to log into the SQL server and requested the database ASPState to be the default database. The ogin failed because the DB is inaccessible, or it doesn't exist

  • RE: Potential Production issue

    Reindex again with a higher fill factor. Do you have a reason for wanting the data pages to be only 40% full after the reindex?

  • RE: Backup faild..Amazing reason of space (Actually i have seen that there are lots of space on the disk.)

    Please don't cross post. It just wastes people's time and fragments replies.

    No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic603443-357-1.aspx

  • RE: Recovery State

    You can switch a database into norecovery using the backup log statement. It's not possible to switch it into standby the same way.

    backup log SomeDB to disk = 'd:\someDB.trn'...

  • RE: The SQLServerCentral Party at PASS

    Wayne West (11/13/2008)


    Woohoo! Very much looking forward to the party and meeting lots of regulars here! :hehe:

    Likewise.

  • RE: The SQLServerCentral Party at PASS

    Jim in Arizona (11/13/2008)


    What actually takes place at one of these 'parties'?

    Couple of hours of meeting people that you usually interact with online only, gambling monopoly money and generally having...

  • RE: Recovery State

    Why do you want it in a standby state?

Viewing 15 posts - 43,096 through 43,110 (of 49,566 total)