|
-
September 1st, 2005, 09:22 AM
#1
copy one database info to another ?
Hello People,
i need to know how to copy one database to another..
say i got one database in which i stored some data and i need that data to be copied to another database.
how to do that?
It takes seconds for rating…that actually compensates the minutes taken for giving answers
The biggest guru-mantra is: Never share your secrets with anybody. It will destroy you.
Regards, Be generous->Rate people
Jayender!!
-
September 1st, 2005, 10:05 AM
#2
Re: copy one database info to another ?
simplest way would be to dump your data from db 1 and import it into db 2.
there are 10 kinds of people. those who understand binary and those who don't...
rate a post if you find it usefull, thx
check out my Firefox/Mozilla Extension: http://urlparams.blogwart.com/
-
September 1st, 2005, 01:16 PM
#3
Re: copy one database info to another ?
Yea, you have 2 options ( that I can think of)
1.) Source Database: Export the data in a form that can be imported into the Target Database.
2.) Using a tool ( like Enterprise Manager for SQL Server), directly import the data from the Source Database ( and skip the export (dump) step ).
It might help if you provide a little more info, like which databases are involved here.
-
September 2nd, 2005, 12:26 AM
#4
Re: copy one database info to another ?
Hi,
OK !! i will give you some more info ..
i got one database pxris (name of the database) where i have stored all the information.
i have taken a backup of this database (backup is stored in another system)
now i need to retrive that database.
here is the requirement comes ....
i need to restore (retrive) the database to a new database : means i need all the information that i stored in pxris to be copied inmy new database.
howto do it?
please help me ...
It takes seconds for rating…that actually compensates the minutes taken for giving answers
The biggest guru-mantra is: Never share your secrets with anybody. It will destroy you.
Regards, Be generous->Rate people
Jayender!!
-
September 2nd, 2005, 10:14 AM
#5
Re: copy one database info to another ?
Never heard of this database; I did a Google search and found nothing either.
Are you using ADO? If so, and their is an OLDEDB provider for this database, then have a look at ADOX.
http://msdn.microsoft.com/library/de...ireference.asp
-
September 16th, 2005, 04:50 AM
#6
Re: copy one database info to another ?
Uhhh... I have the same problem.
I need to copy all data from all tables from one database to another.
My problem is I cannot use the EXPORT command because it requires all connections to the database to be ended. And I cannot afford that, not even for one second.
So i was thinking to make a select in all tables, redirect the output to some text files and insert the results in my new database (whose structure I already created).
But I was thinking..... is there any other simpler way to do this?
Thank you.
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
|