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
  1. Home
  2. General Programming
  3. C#
  4. createing sql file

createing sql file

Scheduled Pinned Locked Moved C#
databasesysadmin
2 Posts 2 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.
  • J Offline
    J Offline
    jugal_piet indiatimes com
    wrote on last edited by
    #1

    hi, i am crearting sql file using datebase to take backup of tables,while using my own database to create file in my pc it's ok but while using server connection to create file it's creating file in server,but i want to take backup in my own pc local drive. my query for backup="select into outfile from table_name"; thank's jugal

    G 1 Reply Last reply
    0
    • J jugal_piet indiatimes com

      hi, i am crearting sql file using datebase to take backup of tables,while using my own database to create file in my pc it's ok but while using server connection to create file it's creating file in server,but i want to take backup in my own pc local drive. my query for backup="select into outfile from table_name"; thank's jugal

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Unless you are in the same local network as the database server, it can not save a file on your computer. You have to download the file from the server, whihc requires something like FTP or a web server on the server, or remote desktop access to the server.

      Despite everything, the person most likely to be fooling you next is yourself.

      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