Forum Replies Created

Viewing 15 posts - 31 through 45 (of 47 total)

  • RE: A Story of the Deleted Transaction Log

    Hey everyone, I am amazed that my article led to so many posts, even if many have nothing to do with it.

    I was just checking on the latest posts...

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: A Story of the Deleted Transaction Log

    In SQL 2000 you can still set a db to emergency. You must use the following script to do so.

    EXEC sp_configure 'allow updates', 1

    RECONFIGURE WITH OVERRIDE

    GO

    update sysdatabases set status =...

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: Certification High School

    I originally got my MCDBA on 2000 along with my MCSE and MCSA on 2000 OS. I certainly was experienced with Windows and would not have considered myself a paper...

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: sp_executesql, will not replace @variable when it is the table name in from clause

    Thanks GilaMonster,

    I already had it working in a similar way but was trying to eliminate any sql injection as you mentioned at the bottom of your reply post. I still...

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: sp_executesql with XML not working

    This worked. Thanks for the fix. If you know of any documentation that explains when to use the sql:variable syntax please forward. I will look around as well. Thanks again.

    Mark...

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: How to change Default Database locations without a restart

    It does go to the new location in the UI. However if you script it does not. Try running "create database TEST1". If you have not restarted your service it...

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: A Story of the Deleted Transaction Log

    I am not sure why number 2 did not happen on its own. I was not rebuilding the log on its own.

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: A Story of the Deleted Transaction Log

    I will try this. Did not know about it. Probably would have saved some time and wouldn't have to have used the data loss option.

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: A Story of the Deleted Transaction Log

    I did take some notes as I was performing the steps. I also fully documented it immediately after completing. The dbcc took about 1 hour on this small (~2gb) db.

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: A Story of the Deleted Transaction Log

    I do not recall if I tried that or not. I will give it a shot when i have some time and try to recreate the problem and attempt to...

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: A Story of the Deleted Transaction Log

    Yes this is exactly what happened

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: A Story of the Deleted Transaction Log

    This was on 2005. I do not know about 2000

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: A Story of the Deleted Transaction Log

    They stopped the sql service then deleted the log file.

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: Easy or Hard

    Funny you mentioned the stripe backup and the long standing backup dialog. Just last week I asked one of our engineers to get me a backup. Wouldn't you know he...

    Jimmy

    "I'm still learning the things i thought i knew!"
  • RE: SQL 2005 to SQL 2005 Express

    A shot in the dark here, but maybe its because its the 9th one. Can you delete one of the ones that work and try this one. I am curious...

    Jimmy

    "I'm still learning the things i thought i knew!"

Viewing 15 posts - 31 through 45 (of 47 total)