Forum Replies Created

Viewing 15 posts - 61 through 75 (of 691 total)

  • RE: Moving tables between filegroups

    Yo, Jim!

    Just write you a script to step through sysindexes, pulling the ones that have clustered indexes.  Have the script create your drop statements and your create statements. 

    Then write...

  • RE: Porting Production SQL Server box to a newer bigger one

    If you move the databases to the new server, rather than the complete "image", you will need to move the SQL loginids complete with their passwords and sids, or you...

  • RE: Database Create Date after restore.

    Its easy if you script it!  We take log backups every 15 minutes.  95 log backups in a single day (skip the time that the full starts).  So, manual restores...

  • RE: Backups

    That's what we're doing now.  I have a table in my "DBA" database on each server that has a row for each database.  Controls whether backups are taken of the particular...

  • RE: Can anyone explain this?

    For what its worth, I experienced the exact same behavior a few months ago.  And, yes, my hair is still growing back out!  The problem ended up being caused by...

  • RE: Scramble Production Data for testing purposes

    The problem with that solution is that it is a very simple algorithm based on the data itself, and would not pass HIPAA requirements.

    A couple of things come to mind...

    1....

  • RE: Read error logs that are generated by MS SQL Server 7.0. URGENT!!

    I don't know of any stored procedure, but the error logs are clear text.  First, you can view them from within Enterprise Manager by expanding the server, then expand management,...

  • RE: Restore workflow

    #1 - Not really necessary.  Just make sure there are no users when you start.  The restore itself will keep the users out. (suggest non-operational instead of read only.  read only...

  • RE: Database Create Date after restore.

    Let me see if I understand what you are saying...

    If you delete the EOM backup, your transaction log chain is broken, prohibiting point in time recovery?

    If that's what you meant,...

  • RE: Complete SQL Server Recovery from Scratch - repost

    I ran into a problem with a different 3rd party SQL backup agent.  We had been using it to backup a "large" (at that time) database.  In a disaster recovery...

  • RE: Database Create Date after restore.

    Looks good to me.  The only part I'm not completely understanding is...

    "I just have to run a delete

    xp_cmdshell 'delete L:\MSSQL\BACKUPS\PRODEOM.BAK' a couple days after so that if I have a...

  • RE: sp_who2 output

    with a parameter to allow sorting in whatever order you want?????

    Steve

  • RE: Restoring DB

    Unless you have a transaction log tool installed, such as Lumigent's Log Explorer, and the database is in full recovery model, no.   Hard lesson learned.  Take backups!

    Steve

  • RE: The more I read about backups the more confused

    Yes!

    I have had numerous situations where a developer/user/... wanted to see data as it existed before some change took place, or how the data existed at some certain point in...

  • RE: deleting files older than a certain date/time

    KlK,

    Now that my brain is back where it belongs, I was looking at your script.  Its a very interesting approach, and much, much simpler than mine.  I actually parse...

Viewing 15 posts - 61 through 75 (of 691 total)