Forum Replies Created

Viewing 15 posts - 20,626 through 20,640 (of 26,484 total)

  • RE: Transaction Log Backup Problem

    Verify the recovery model of the database. Also, run this query: select * from msdb.dbo.backupset where backup_start_date > '20090602'

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (6/2/2009)


    Font edited, and pick me up added. You can't "regen" the symm key with the same certificate. It creates a new key, encrypted by the same...

  • RE: Transaction Log Backup Problem

    Bob Shaw (6/2/2009)


    Im trying to perform a transaction log backup to the same *.bak file holding the Full Database Backup. Im getting this error "BACKUP LOG cannot be performed because...

  • RE: Admin Database using Encryption

    sqlguy (6/2/2009)


    Thanks a lot for your valuable response.

    Regarding backup question when I backup DMK and Certificate and regenerate the symmetric key by using the following scripts the column I was...

  • RE: Which recovery mode is recomendable for I/O performance?

    Regardless of recovery model, all updates, inserts, and deletes are written first to the transaction log. Which recovery model you use should be based on how much data loss...

  • RE: Are the posted questions getting worse?

    Luke L (6/2/2009)


    jcrawf02 (6/2/2009)


    I have a bridge to sell them . . . 😉

    Really? I've always wanted to own a bridge, that way I could charges tolls.

    But seriously, I...

  • RE: Creating a new "server role"

    Yes, you will have to create the database role in each existing user database. You can also create the role in the model database, which should then make that...

  • RE: Subquery Range Question

    No problem. I just thought I might have missed something. Glad to hear that this works for you.

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (6/2/2009)


    Apparently the debate of the article has spilled onto Twitter where I am now receiving complaints.

    Fun.

    Would it be possible for you to provide more info? ...

  • RE: Subquery Range Question

    I get 4 records back based on your sample data. Please see the code below and let me know what I missed.

    CREATE TABLE dbo.Cust ( CID INT IDENTITY(1,1) PRIMARY...

  • RE: Quartile Graphs

    Please don't cross post.

    please post replies here.

  • RE: database mail

    Please do not post in multiple forums. You will fragment your responses.

    Please post replies here.

  • RE: Database mail

    Please do not post in multiple forums. You will fragment your responses.

    Please post replies here.

  • RE: Higher level edition required?

    So it looks like you are running it interactively. You need to review the ENTIRE on screen log. There may be other error messages that may help shed...

  • RE: Subquery returned more than 1 value

    Sounds like one of the charater dates isn't a real date, like 2009-02-30. You will need check the data, perhaps running a query on the problem table looking for...

Viewing 15 posts - 20,626 through 20,640 (of 26,484 total)