Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Is there any Sql command to Backup and restore sql database?

Is there any Sql command to Backup and restore sql database?

Scheduled Pinned Locked Moved Database
databasecsharphelpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    anant iyer
    wrote on last edited by
    #1

    :rose::rose: Hi to all, :confused: please help me i am finding commands to Backup and restore sql database which i will select , from my .Net project directly. :confused::confused::confused::confused::confused::confused::confused::confused::confused: anant -- modified at 3:03 Sunday 19th March, 2006

    D B 2 Replies Last reply
    0
    • A anant iyer

      :rose::rose: Hi to all, :confused: please help me i am finding commands to Backup and restore sql database which i will select , from my .Net project directly. :confused::confused::confused::confused::confused::confused::confused::confused::confused: anant -- modified at 3:03 Sunday 19th March, 2006

      D Offline
      D Offline
      Danilo Corallo
      wrote on last edited by
      #2

      Hi, the only SQL Command I know is this one: The SELECT INTO Statement The SELECT INTO statement is most often used to create backup copies of tables or for archiving records. Syntax SELECT column_name(s) INTO newtable [IN externaldatabase] FROM source Check the w3school website for complete documentation: http://www.w3schools.com/sql/sql\_select\_into.asp With Kind Regards

      1 Reply Last reply
      0
      • A anant iyer

        :rose::rose: Hi to all, :confused: please help me i am finding commands to Backup and restore sql database which i will select , from my .Net project directly. :confused::confused::confused::confused::confused::confused::confused::confused::confused: anant -- modified at 3:03 Sunday 19th March, 2006

        B Offline
        B Offline
        Beemen
        wrote on last edited by
        #3

        backup database database_name to disk='path' Beemen Beshara -- modified at 10:50 Sunday 19th March, 2006

        A 1 Reply Last reply
        0
        • B Beemen

          backup database database_name to disk='path' Beemen Beshara -- modified at 10:50 Sunday 19th March, 2006

          A Offline
          A Offline
          anant iyer
          wrote on last edited by
          #4

          hi Beemen, Thanks for helping me, But you didn't give the restore command. I tried the Backup command and it worked, COOL man :cool:. My the faculties never teach me these kinds commands. THANKs anant

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups