SQL Server 2000 backup Restore

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • modeyogesh
    New Member
    • Feb 2008
    • 1

    SQL Server 2000 backup Restore

    how to restore a SQL Server 2000 backup using Classic Asp
    plz Help me
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    Hello modeyogesh,

    I will have to look in my code bank for a similar task that I had completed where I programmaticall y fired off DTS packages within Active Server Pages. I believe it will be very similar to what you want to accomplish. The one thing that I did that I don’t think your asking to do is I did it all within COM. But, you can just as easily do it all within your pages. I had chosen to do it with in COM for an added layer of security.

    What you’re going to have to do is connect to the SQL Server object to complete your task.

    Do a Google search on “SQLOLE.SQLServe r

    This could be a bit of help to you too: http://www.15seconds.com/issue/001030.htm

    Hope it starts you off and if I find my code I will post it for you.

    Good luck and post any questions after you get started~

    Comment

    Working...