Viewing 15 posts - 20,626 through 20,640 (of 26,484 total)
Verify the recovery model of the database. Also, run this query: select * from msdb.dbo.backupset where backup_start_date > '20090602'
June 2, 2009 at 2:45 pm
Steve Jones - Editor (6/2/2009)
June 2, 2009 at 2:39 pm
Bob Shaw (6/2/2009)
June 2, 2009 at 2:20 pm
sqlguy (6/2/2009)
Regarding backup question when I backup DMK and Certificate and regenerate the symmetric key by using the following scripts the column I was...
June 2, 2009 at 2:02 pm
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...
June 2, 2009 at 1:05 pm
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...
June 2, 2009 at 12:59 pm
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...
June 2, 2009 at 11:46 am
No problem. I just thought I might have missed something. Glad to hear that this works for you.
June 2, 2009 at 11:37 am
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? ...
June 2, 2009 at 11:36 am
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...
June 2, 2009 at 10:40 am
Please do not post in multiple forums. You will fragment your responses.
Please post replies here.
June 2, 2009 at 10:11 am
Please do not post in multiple forums. You will fragment your responses.
Please post replies here.
June 2, 2009 at 10:10 am
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...
June 2, 2009 at 9:39 am
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...
June 2, 2009 at 9:14 am
Viewing 15 posts - 20,626 through 20,640 (of 26,484 total)