Results 1 to 7 of 7

Thread: [RESOLVED] export data from one database to another

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2007
    Location
    Karachi
    Posts
    551

    Resolved [RESOLVED] export data from one database to another

    is there any way to transfer data of database (of just one table ) to a another database i mean from local to remote
    There is no achievement without goals

  2. #2
    Hyperactive Member nagasrikanth's Avatar
    Join Date
    Nov 2004
    Location
    India,Hyderabad.
    Posts
    420

    Re: export data from one database to another

    Yes of course..You should have.. But, How do you want will differ the solution/answer.. What DB exactly you are dealing with.. And how do you want to deal with it (Automatically/Manually).. If Automatically, what Tecno you are using ?
    The Difference between a Successful person and others is not a Lack of Knowledge,
    But rather a Lack of WILL

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2007
    Location
    Karachi
    Posts
    551

    Re: export data from one database to another

    i m using sql server 2005 and there is database for example database1 and
    another database named database2 i want transfer data of table1 in database to table1 of database2
    There is no achievement without goals

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2007
    Location
    Karachi
    Posts
    551

    Re: export data from one database to another

    keep in mind that datbase1 is at local and database2 is on server
    There is no achievement without goals

  5. #5
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: export data from one database to another

    Quote Originally Posted by ERUM View Post
    keep in mind that datbase1 is at local and database2 is on server
    One method of doing this is to export the database and then import it at the remote location.

    Do you have ftp access to the remote server, where you can place your exported file? SQL Server 2005 provides an import - export utility.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  6. #6
    Hyperactive Member nagasrikanth's Avatar
    Join Date
    Nov 2004
    Location
    India,Hyderabad.
    Posts
    420

    Re: export data from one database to another

    You can use SQL Server Import&Export utility to do this job if you want it to do manually.

    If it is a repetitive task, Keep a job of Import&Export Script and schedule it using SQL Agent.

    If you want to do it programatically (like C#,vb), then there will be a different approach based on language you choose...
    The Difference between a Successful person and others is not a Lack of Knowledge,
    But rather a Lack of WILL

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2007
    Location
    Karachi
    Posts
    551

    Re: export data from one database to another

    yes i done it with dts package
    There is no achievement without goals

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width