Database backup from a web browser

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

    Database backup from a web browser

    Hi,
    Can I backup & restore my sql server database from aspx page located on a
    client machine ?
    Thank You.


  • George Ter-Saakov

    #2
    Re: Database backup from a web browser

    Sure you can .


    use BACKUP DATABASE sql statement..

    Just remember do not connect to the DB you want to back up. Connect to
    master DB

    George.


    "Tamer Ibrahim" <t.gendy@gmail. comwrote in message
    news:OGtPrg4gIH A.3940@TK2MSFTN GP05.phx.gbl...
    Hi,
    Can I backup & restore my sql server database from aspx page located on a
    client machine ?
    Thank You.
    >

    Comment

    • Tamer Ibrahim

      #3
      Re: Database backup from a web browser

      Thank you for your reply.
      How can I implment this?

      "George Ter-Saakov" <gt-nsp@cardone.com wrote in message
      news:u9Mwds4gIH A.6032@TK2MSFTN GP03.phx.gbl...
      Sure you can .
      >
      >
      use BACKUP DATABASE sql statement..
      >
      Just remember do not connect to the DB you want to back up. Connect to
      master DB
      >
      George.
      >
      >
      "Tamer Ibrahim" <t.gendy@gmail. comwrote in message
      news:OGtPrg4gIH A.3940@TK2MSFTN GP05.phx.gbl...
      >Hi,
      >Can I backup & restore my sql server database from aspx page located on a
      >client machine ?
      >Thank You.
      >>
      >
      >

      Comment

      • George Ter-Saakov

        #4
        Re: Database backup from a web browser

        I am afraid you cant. If you asking this :)

        George.


        "Tamer Ibrahim" <t.gendy@gmail. comwrote in message
        news:uhV$dz4gIH A.4164@TK2MSFTN GP05.phx.gbl...
        Thank you for your reply.
        How can I implment this?
        >
        "George Ter-Saakov" <gt-nsp@cardone.com wrote in message
        news:u9Mwds4gIH A.6032@TK2MSFTN GP03.phx.gbl...
        >Sure you can .
        >>
        >>
        >use BACKUP DATABASE sql statement..
        >>
        >Just remember do not connect to the DB you want to back up. Connect to
        >master DB
        >>
        >George.
        >>
        >>
        >"Tamer Ibrahim" <t.gendy@gmail. comwrote in message
        >news:OGtPrg4gI HA.3940@TK2MSFT NGP05.phx.gbl.. .
        >>Hi,
        >>Can I backup & restore my sql server database from aspx page located on
        >>a client machine ?
        >>Thank You.
        >>>
        >>
        >>
        >
        >

        Comment

        • Tamer Ibrahim

          #5
          Re: Database backup from a web browser

          Sure I know how to backup and restore a db using sql server 2000 or 2005. Im
          asking about how can I provide a web form, using asp.net 2.0, to the client
          that can let him or her do the same task remotely?

          "George Ter-Saakov" <gt-nsp@cardone.com wrote in message
          news:eNSEc34gIH A.4076@TK2MSFTN GP05.phx.gbl...
          >I am afraid you cant. If you asking this :)
          >
          George.
          >
          >
          "Tamer Ibrahim" <t.gendy@gmail. comwrote in message
          news:uhV$dz4gIH A.4164@TK2MSFTN GP05.phx.gbl...
          >Thank you for your reply.
          >How can I implment this?
          >>
          >"George Ter-Saakov" <gt-nsp@cardone.com wrote in message
          >news:u9Mwds4gI HA.6032@TK2MSFT NGP03.phx.gbl.. .
          >>Sure you can .
          >>>
          >>>
          >>use BACKUP DATABASE sql statement..
          >>>
          >>Just remember do not connect to the DB you want to back up. Connect to
          >>master DB
          >>>
          >>George.
          >>>
          >>>
          >>"Tamer Ibrahim" <t.gendy@gmail. comwrote in message
          >>news:OGtPrg4g IHA.3940@TK2MSF TNGP05.phx.gbl. ..
          >>>Hi,
          >>>Can I backup & restore my sql server database from aspx page located on
          >>>a client machine ?
          >>>Thank You.
          >>>>
          >>>
          >>>
          >>
          >>
          >
          >

          Comment

          • siccolo

            #6
            Re: Database backup from a web browser

            On Mar 11, 10:53 am, "Tamer Ibrahim" <t.ge...@gmail. comwrote:
            Sure I know how to backup and restore a db using sql server 2000 or 2005. Im
            asking about how can I provide a web form, using asp.net 2.0, to the client
            that can let him or her do the same task remotely?
            >
            "George Ter-Saakov" <gt-...@cardone.com wrote in message
            >
            news:eNSEc34gIH A.4076@TK2MSFTN GP05.phx.gbl...
            >
            >
            >
            I am afraid you cant. If you asking this :)
            >
            George.
            >
            "Tamer Ibrahim" <t.ge...@gmail. comwrote in message
            news:uhV$dz4gIH A.4164@TK2MSFTN GP05.phx.gbl...
            Thank you for your reply.
            How can I implment this?
            >
            "George Ter-Saakov" <gt-...@cardone.com wrote in message
            >news:u9Mwds4gI HA.6032@TK2MSFT NGP03.phx.gbl.. .
            >Sure you can .
            >
            >use BACKUP DATABASE  sql statement..
            >
            >Just remember do not connect to the DB you want to back up. Connect to
            >master DB
            >
            >George.
            >
            >"Tamer Ibrahim" <t.ge...@gmail. comwrote in message
            >>news:OGtPrg4g IHA.3940@TK2MSF TNGP05.phx.gbl. ..
            >>Hi,
            >>Can I backup & restore my sql server database from aspx page located on
            >>a client machine ?
            >>Thank You.- Hide quoted text -
            >
            - Show quoted text -
            take a look at my article at



            ... more at http://www.siccolo.com/articles.asp

            Comment

            • George Ter-Saakov

              #7
              Re: Database backup from a web browser

              I am not sure what is your question? What exactly is your problem?
              "How do i write an application?" is not a question we can help with (except
              may be with the answer "hire a programmer")

              Can you make a web form that runs "UPDATE" or "SELECT" statement?

              If you can then just replace "UPDATE" with "BACKUP DATABASE" and change your
              connection string to connect to master database....

              If you can not then you will need to go to http://asp.net/learn/ and learn
              how to make a web form...




              George.


              "Tamer Ibrahim" <t.gendy@gmail. comwrote in message
              news:OhZHdA5gIH A.1944@TK2MSFTN GP02.phx.gbl...
              Sure I know how to backup and restore a db using sql server 2000 or 2005.
              Im asking about how can I provide a web form, using asp.net 2.0, to the
              client that can let him or her do the same task remotely?
              >
              "George Ter-Saakov" <gt-nsp@cardone.com wrote in message
              news:eNSEc34gIH A.4076@TK2MSFTN GP05.phx.gbl...
              >>I am afraid you cant. If you asking this :)
              >>
              >George.
              >>
              >>
              >"Tamer Ibrahim" <t.gendy@gmail. comwrote in message
              >news:uhV$dz4gI HA.4164@TK2MSFT NGP05.phx.gbl.. .
              >>Thank you for your reply.
              >>How can I implment this?
              >>>
              >>"George Ter-Saakov" <gt-nsp@cardone.com wrote in message
              >>news:u9Mwds4g IHA.6032@TK2MSF TNGP03.phx.gbl. ..
              >>>Sure you can .
              >>>>
              >>>>
              >>>use BACKUP DATABASE sql statement..
              >>>>
              >>>Just remember do not connect to the DB you want to back up. Connect to
              >>>master DB
              >>>>
              >>>George.
              >>>>
              >>>>
              >>>"Tamer Ibrahim" <t.gendy@gmail. comwrote in message
              >>>news:OGtPrg4 gIHA.3940@TK2MS FTNGP05.phx.gbl ...
              >>>>Hi,
              >>>>Can I backup & restore my sql server database from aspx page located
              >>>>on a client machine ?
              >>>>Thank You.
              >>>>>
              >>>>
              >>>>
              >>>
              >>>
              >>
              >>
              >
              >

              Comment

              • msnews.microsoft.com

                #8
                Re: Database backup from a web browser

                If I would hire a programmer, I will not hire such a rude person like you
                for sure.
                Don't help me again when I ask something else here.

                "George Ter-Saakov" <gt-nsp@cardone.com wrote in message
                news:OiKcSv5gIH A.4320@TK2MSFTN GP06.phx.gbl...
                >I am not sure what is your question? What exactly is your problem?
                "How do i write an application?" is not a question we can help with
                (except may be with the answer "hire a programmer")
                >
                Can you make a web form that runs "UPDATE" or "SELECT" statement?
                >
                If you can then just replace "UPDATE" with "BACKUP DATABASE" and change
                your connection string to connect to master database....
                >
                If you can not then you will need to go to http://asp.net/learn/ and learn
                how to make a web form...
                >
                >
                >
                >
                George.
                >
                >
                "Tamer Ibrahim" <t.gendy@gmail. comwrote in message
                news:OhZHdA5gIH A.1944@TK2MSFTN GP02.phx.gbl...
                >Sure I know how to backup and restore a db using sql server 2000 or 2005.
                >Im asking about how can I provide a web form, using asp.net 2.0, to the
                >client that can let him or her do the same task remotely?
                >>
                >"George Ter-Saakov" <gt-nsp@cardone.com wrote in message
                >news:eNSEc34gI HA.4076@TK2MSFT NGP05.phx.gbl.. .
                >>>I am afraid you cant. If you asking this :)
                >>>
                >>George.
                >>>
                >>>
                >>"Tamer Ibrahim" <t.gendy@gmail. comwrote in message
                >>news:uhV$dz4g IHA.4164@TK2MSF TNGP05.phx.gbl. ..
                >>>Thank you for your reply.
                >>>How can I implment this?
                >>>>
                >>>"George Ter-Saakov" <gt-nsp@cardone.com wrote in message
                >>>news:u9Mwds4 gIHA.6032@TK2MS FTNGP03.phx.gbl ...
                >>>>Sure you can .
                >>>>>
                >>>>>
                >>>>use BACKUP DATABASE sql statement..
                >>>>>
                >>>>Just remember do not connect to the DB you want to back up. Connect to
                >>>>master DB
                >>>>>
                >>>>George.
                >>>>>
                >>>>>
                >>>>"Tamer Ibrahim" <t.gendy@gmail. comwrote in message
                >>>>news:OGtPrg 4gIHA.3940@TK2M SFTNGP05.phx.gb l...
                >>>>>Hi,
                >>>>>Can I backup & restore my sql server database from aspx page located
                >>>>>on a client machine ?
                >>>>>Thank You.
                >>>>>>
                >>>>>
                >>>>>
                >>>>
                >>>>
                >>>
                >>>
                >>
                >>
                >
                >

                Comment

                • George Ter-Saakov

                  #9
                  Re: Database backup from a web browser

                  Sorry that I was rude. I just tried to be truthful.
                  More painful, but usually works better and faster than half measures.

                  George.

                  "msnews.microso ft.com" <t.gendy@gmail. comwrote in message
                  news:OYOZLh6gIH A.1188@TK2MSFTN GP04.phx.gbl...
                  If I would hire a programmer, I will not hire such a rude person like you
                  for sure.
                  Don't help me again when I ask something else here.
                  >
                  "George Ter-Saakov" <gt-nsp@cardone.com wrote in message
                  news:OiKcSv5gIH A.4320@TK2MSFTN GP06.phx.gbl...
                  >>I am not sure what is your question? What exactly is your problem?
                  >"How do i write an application?" is not a question we can help with
                  >(except may be with the answer "hire a programmer")
                  >>
                  >Can you make a web form that runs "UPDATE" or "SELECT" statement?
                  >>
                  >If you can then just replace "UPDATE" with "BACKUP DATABASE" and change
                  >your connection string to connect to master database....
                  >>
                  >If you can not then you will need to go to http://asp.net/learn/ and
                  >learn how to make a web form...
                  >>
                  >>
                  >>
                  >>
                  >George.
                  >>
                  >>
                  >"Tamer Ibrahim" <t.gendy@gmail. comwrote in message
                  >news:OhZHdA5gI HA.1944@TK2MSFT NGP02.phx.gbl.. .
                  >>Sure I know how to backup and restore a db using sql server 2000 or
                  >>2005. Im asking about how can I provide a web form, using asp.net 2.0,
                  >>to the client that can let him or her do the same task remotely?
                  >>>
                  >>"George Ter-Saakov" <gt-nsp@cardone.com wrote in message
                  >>news:eNSEc34g IHA.4076@TK2MSF TNGP05.phx.gbl. ..
                  >>>>I am afraid you cant. If you asking this :)
                  >>>>
                  >>>George.
                  >>>>
                  >>>>
                  >>>"Tamer Ibrahim" <t.gendy@gmail. comwrote in message
                  >>>news:uhV$dz4 gIHA.4164@TK2MS FTNGP05.phx.gbl ...
                  >>>>Thank you for your reply.
                  >>>>How can I implment this?
                  >>>>>
                  >>>>"George Ter-Saakov" <gt-nsp@cardone.com wrote in message
                  >>>>news:u9Mwds 4gIHA.6032@TK2M SFTNGP03.phx.gb l...
                  >>>>>Sure you can .
                  >>>>>>
                  >>>>>>
                  >>>>>use BACKUP DATABASE sql statement..
                  >>>>>>
                  >>>>>Just remember do not connect to the DB you want to back up. Connect
                  >>>>>to master DB
                  >>>>>>
                  >>>>>George.
                  >>>>>>
                  >>>>>>
                  >>>>>"Tamer Ibrahim" <t.gendy@gmail. comwrote in message
                  >>>>>news:OGtPr g4gIHA.3940@TK2 MSFTNGP05.phx.g bl...
                  >>>>>>Hi,
                  >>>>>>Can I backup & restore my sql server database from aspx page located
                  >>>>>>on a client machine ?
                  >>>>>>Thank You.
                  >>>>>>>
                  >>>>>>
                  >>>>>>
                  >>>>>
                  >>>>>
                  >>>>
                  >>>>
                  >>>
                  >>>
                  >>
                  >>
                  >
                  >

                  Comment

                  Working...