Help! Need to recover deleted tables!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eclectic

    Help! Need to recover deleted tables!

    Im not sure if Im in the right place here but ..

    I am using a unusual combo of PHP MSSQL ODBC and MSAcess on a windows
    server 2003 box. All my tables in a database were deleted using the
    SQL "DROP TABLE" command. Can these be recovered? And if so, how?

    Please help,

    cheers ...
  • CJ Llewellyn

    #2
    Re: Help! Need to recover deleted tables!

    On Sun, 20 Mar 2005 21:28:01 -0800, Eclectic wrote:
    [color=blue]
    > Im not sure if Im in the right place here but ..
    >
    > I am using a unusual combo of PHP MSSQL ODBC and MSAcess on a windows
    > server 2003 box. All my tables in a database were deleted using the
    > SQL "DROP TABLE" command. Can these be recovered? And if so, how?[/color]

    Yes, by restoring from backup. You do make regular backups of your data
    don't you?



    Comment

    • jfk303

      #3
      Re: Help! Need to recover deleted tables!

      That's funny!

      Comment

      • R. Rajesh Jeba Anbiah

        #4
        [OT] Re: Help! Need to recover deleted tables!

        Eclectic wrote:[color=blue]
        > Im not sure if Im in the right place here but ..
        >
        > I am using a unusual combo of PHP MSSQL ODBC and MSAcess on a windows
        > server 2003 box. All my tables in a database were deleted using the
        > SQL "DROP TABLE" command. Can these be recovered? And if so, how?[/color]

        There might be some recovery tools. Ask in DB group.

        --
        <?php echo 'Just another PHP saint'; ?>
        Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

        Comment

        • Eclectic

          #5
          Re: Help! Need to recover deleted tables!

          "jfk303" <james.kennedy@ students.plymou th.ac.uk> wrote in message news:<111140980 7.357035.152610 @o13g2000cwo.go oglegroups.com> ...[color=blue]
          > That's funny![/color]

          lol .. yes ... Im glad you found it funny ... I recovered from a
          backup ... still though, it would be nice if there were a simple
          recovery ... have since built one though ...

          Comment

          Working...