Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enterprise manager and ISP database help

Status
Not open for further replies.

strenge

Programmer
Joined
Oct 15, 2002
Messages
5
Location
US
Greetings all,

I'm basically looking for guidance in taking an existing db from an ISP, backing up to my local server, and creating a new identical db on the same ISP (different db and user however). (The client is creating a brand new site that will be only slightly different than the original.)

I'm more used to using postgresql on linux and being able to run scripts to do everything. With enterprise manager on the isp it's a bit different.

Approach:
I use dts to get all objects and data from site 1 to a database on my local server. Should I use the "copy database users/roles" option? In any case I have managed to get all objects; at this point they are owned by the site 1 user (from the ISP). I can't at this point upload from my local db to the new site since that user can't use site 2's db. Do I need to create an identical user to that provided by the ISP (for the second site) and change ownership of all the tables/views to that new user?

I know this is probably a simple thing, I'm a bit frazzled with the project at this point and would appreciate any help.

Thanks,
Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top