|
-
Dec 3rd, 2010, 08:22 AM
#1
Thread Starter
Fanatic Member
[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
-
Dec 3rd, 2010, 12:06 PM
#2
-
Dec 3rd, 2010, 09:04 PM
#3
Thread Starter
Fanatic Member
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
-
Dec 3rd, 2010, 09:05 PM
#4
Thread Starter
Fanatic Member
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
-
Dec 4th, 2010, 10:53 PM
#5
Re: export data from one database to another
 Originally Posted by ERUM
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
-
Dec 4th, 2010, 10:58 PM
#6
-
Dec 5th, 2010, 02:24 AM
#7
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|