Viewing 15 posts - 46 through 60 (of 137 total)
Mani
Were you able to restore this database after your log issue?
David
March 8, 2009 at 2:08 pm
Mani
You have to test your ability to restore this database up to your last log backup. I've very suspicious about this "resolution" to your problem.
David
March 7, 2009 at 6:10 pm
In my step 5 on the test system, starting the database with the files copied from prod (essential a cold backup and restore) should have caused a standard roll forward...
March 7, 2009 at 1:22 pm
Paul
My thought process was the corruption might be limited to a section of the log file. By rebuilding, the hope was to force all the transactions to commit and...
March 7, 2009 at 11:49 am
Obviously, if your choice is to follow Paul Randall's advice or mine, that is officially a no-brainer.:D
That said, I have successfully used the advice I gave. I...
March 7, 2009 at 11:01 am
Is the database still operational? If the log is corrupt I would suspect the database would come up as corrupt and\or be unable to process.
I would try this:
1. On a...
March 6, 2009 at 2:58 pm
Since you don't have a complete backup of table X and the data was deleted he can't load\restore from that file.
Sql Server 7 and up doesn't not support table level...
February 11, 2009 at 4:18 pm
I've been doing Sql Server for 12 years and I learn something from every video. This one was great.
Thanks
January 31, 2009 at 4:51 pm
The last two shops I've been in have had Second level support teams for that situation. Other than that I've seen "who touched it last" as a...
January 30, 2009 at 4:08 pm
I found the code I was looking for. I might be from one of the previously mentioned KB articles but if you send me your e-mail via a...
January 29, 2009 at 10:04 am
I like G's answer. Certs don't mean much if you haven't at least played around with stuff on your own.
Another thought is Reporting Services is popular...
January 23, 2009 at 10:01 pm
I think you have got a decent shot. I can only speak for the Minneapolis market but their are new Sql Server jobs everyday on Craigslist and Monster....
January 23, 2009 at 8:20 pm
Hmmm it doesn't appear there is any easy way to do that. Writing a script to add all the logins and resolve the database users should be...
January 23, 2009 at 8:12 pm
Are you dealing with Windows Auth or Sql logins?
January 23, 2009 at 10:09 am
If you made the jump to 2005 ok you should be able to use:
ALTER DATABASE database_name
SET COMPATIBILITY_LEVEL = { 80 | 90 | 100 }
to fix the compat...
January 23, 2009 at 9:13 am
Viewing 15 posts - 46 through 60 (of 137 total)